JSON API
如何理解和使用JSON API中的值(class json api value)?
“JSON API values are typically represented in key-value pairs, where the key is a string and the value can be a string, number, array, object, or boolean. These values allow for structured data exchange between systems.”

