Basically I am working with a json object that I know nothing about, I don't know its keys, I don't know its value. I managed get work with it and process all the information that I want, at the end I have an array (I need an array to be able to do what I want) with all the keys and their paths in the json. Is there a way I can put it back in a json and display it using html ?
-
1What have you tried? We only know as much as you know about the problemMike Tung– Mike Tung2017-10-19 15:46:01 +00:00Commented Oct 19, 2017 at 15:46
-
Well, I am still trying to find answers on the internet and figure out an answeralexandre– alexandre2017-10-19 15:49:22 +00:00Commented Oct 19, 2017 at 15:49
Add a comment
|