Merging nested JSON objects
If you have multiple nested JSON Objects (with no duplicate attribute names) like in this example object named Statement
:
You can merge them into a flat one using the following code snipped:
To receive:
Last updated
If you have multiple nested JSON Objects (with no duplicate attribute names) like in this example object named Statement
:
You can merge them into a flat one using the following code snipped:
To receive:
Last updated