Skip to content
Advertisement

Parse nested object in JSON string

I have this code:

JavaScript

It of course fail because in values I have an object. Is there any option how to parse this string in easy way? Or is it not possible at all?

At the end the result should be:

JavaScript

Advertisement

Answer

The string is incorrect:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement