Quote from
susan on August 28, 2023, 10:54 pm
The JSON standard requires double quotes for property names and values, even though in JavaScript code you can use which ever is most convenient. Try changing your action to this:
ParseJSON '{"name": "John","age": 30,"city": "New York"}' [myjson]
The example in the ParseJSON entry of the Help is incorrect and so needs to be updated to stop misleading users. @luishp
The JSON standard requires double quotes for property names and values, even though in JavaScript code you can use which ever is most convenient. Try changing your action to this:
ParseJSON '{"name": "John","age": 30,"city": "New York"}' [myjson]
The example in the ParseJSON entry of the Help is incorrect and so needs to be updated to stop misleading users. @luishp
luishp and kajanken have reacted to this post.