Answer the question
In order to leave comments, you need to log in
How to remake json config?
There is a json like this
[{ "cards": {"status1": null, "status2": null, "status3": null}, {"status4": null, "status5": null, "status6": null}} ]
how to convert it to this form using php
{ "cards": [{"status1": null, "status2": null, "status3": null}, {"status4": null, "status5": null, "status6" : null}]}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question