Chris Virgona Posted May 22 Report Share Posted May 22 I'm using "Unflatten From JSON String" with no type input wired. The following JSON string causes a parsing error: {"arr1": [ { "key1": 1, "key2": {} } ]} The trigger for the error seems to be the empty object under "key2". Interestingly when "key1" is removed the empty object no longer triggers an error: {"arr1": [ { "key2": {} } ]} Thanks for the excellent JSON tool by the way. This is the first parsing error I have observed after many years of use! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.