While you are working with JSON, I would recommend to not do it manually and use native JSON support, available since 2016.2 (2016.1 with notes).
So, you can do it just
set json = {}.%FromJSON(str)or
set json = {}.%FromJSON(stream)and value will be available by
write json."Not Working Example"
If you have a version with no native JSON support, look at this project
- Log in to post comments
.gif)