All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["The core content describes the structure for representing artist information using JSON. It utilizes two fields: `displayName`, a string representing the artist's name, and `isni`, a string holding the artist's unique identifier. The JSON format for an artist is defined as an object with these two key-value pairs, where both values are strings. This format is used to store artist details, specifically name and a unique identifier.\n"]]