You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Stringify throws an error when trying to serialize an empty Matlab array and the corresponding schema.type is set to "object".
Example: schema.json: { "type": "object"} payload.m: [] (empty double)
throws error in JSON.validate() line 124.
The text was updated successfully, but these errors were encountered:
tscheburaschka
changed the title
Stringify thows error on empty array if type is "object"
Stringify throws error on empty array if type is "object"
May 19, 2017
Stringify throws an error when trying to serialize an empty Matlab array and the corresponding schema.type is set to "object".
Example:
schema.json: { "type": "object"}
payload.m: []
(empty double)throws error in JSON.validate() line 124.
The text was updated successfully, but these errors were encountered: