JSON to PHP ArrayThis script takes a JSON formatted string and converts into an array that can be pasted directly in your PHP code. What is JSON to PHP Array?It takes a JSON encoded string as an input and outputs the same values but formatted as a PHP array instead. Why is this useful?If you want to embed values in PHP from large JSON strings you normally have to modify the string to be a valid PHP array. We often find our selves having to do this and we made this little app. We hope it will help you as well. What is JSON?It is a open standard format that uses human-readable text. More info on Wikipedia |