|
|
|
|
|
by what
330 days ago
|
|
It’s not nested json though? There’s something that looks like json in a longer string value. There’s nothing wrong with the prompt either, it’s pretty clear and unambiguous. It’s a pretty clear fail, but I guess they’re holding it wrong. |
|
This is nested JSON:
{ "id": 123, "message": { "text": "hi", "meta": { "flag": true } } }
In the above example, The value of "message" is a string, not an object.
That string happens to contain text that looks like a JSON object on the surface but it’s not.
It is just characters inside a string. No different from a log message or a paragraph in a document.