Is it possible to send json to put another json into it?
Closed due to the fact that the essence of the question is not clear to the participants of sercxjo , Grundy , Dmitriy Simushev , cheops , Kromster 16 Sep '16 at 6:15 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- It is difficult to say whether it is possible to do this in your case, but in general - yes, it is possible. - Kirill Stoianov
|
2 answers
Json example in json
{"menu": { "id": "file", "value": "File", "popup": { "menuitem": [ {"value": "New", "onclick": "test()"}, {"value": "Open", "onclick": "test()"}, {"value": "Close", "onclick": "test()"} ] } }}
- there is only one json, where is the nested one? - Grundy
- {"value": "Close", "onclick": "test ()"} What is not json for you? - Sergey Omelchenko
- Technically, even
[null]
is JSON to JSON. - D-side
|
Yes, you can send json to invest in it another json
|