An empty array [] gets converted to an empty object {}, when it should be kept as an array. E.g.:
// Input:
[]
// Output:
{}
// Input:
{"foo": []}
// Output:
{"foo": {}}Dennis
Please authenticate to join the conversation.
Under Review
π json.pub
About 2 hours ago
Get notified by email when there are changes.
Under Review
π json.pub
About 2 hours ago
Get notified by email when there are changes.