I have received a string like this:
id=123&nid=28&ntype=content&text=This%20is%20a%20note
I need to change this data to JSON. Is there any in-built function in PHP or some custom function?
I have received a string like this:
id=123&nid=28&ntype=content&text=This%20is%20a%20note
I need to change this data to JSON. Is there any in-built function in PHP or some custom function?