Read, manipulate a d write json

Hello,

I have a Json file which looks like this

[[2,3],[5,6]]

I want to read it from the file and add one pair [7,8].

End result should be this
[[2,3],[5,6],[7,8]]

How can I do this?

Hi,
for smart questions, smart answers... but.........
To do what you want you can use this site:

" http://jsonviewer.stack.hu/ "

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.