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 Sep 28, 2022. It is now read-only.
Given this json
The following code returns empty value for the value()
let dyno = JSON.toDynamicObjectFromJSONString( str )
dyno:value()
I looks like in parse method in the JSON module, an array within an array is not catered for.
The attached trimmed version fixes it but it doesn't cater for infinite nesting of arrays. Please review
json.golo.zip
The text was updated successfully, but these errors were encountered: