Json encode and decode: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 12: | Line 12: | ||
** Copy JSON path: | ** Copy JSON path: | ||
* [http://www.smartjsoneditor.com/ Smart JSON Editor][https://apps.apple.com/tw/app/smart-json-editor/id1268962404?mt=12] on {{Mac}} | * [http://www.smartjsoneditor.com/ Smart JSON Editor][https://apps.apple.com/tw/app/smart-json-editor/id1268962404?mt=12] by Jan Kubny Kubna on {{Mac}} | ||
** Copy JSON path: available {{gd}} | ** Copy JSON path: available {{gd}} | ||
* ''$'' [https://apps.apple.com/us/app/json-editor/id567740330?mt=12 JSON Editor] | * ''$'' [https://apps.apple.com/us/app/json-editor/id567740330?mt=12 JSON Editor] by VDT LABS S.R.L. on {{Mac}} | ||
** Copy JSON path: available {{gd}} | ** Copy JSON path: available {{gd}} | ||
Latest revision as of 12:15, 16 March 2023
Encode JSON data or decode JSON string[edit]
- PHP: json_encode ↔ json_decode
- JavaScript: JSON.stringify() ↔ JSON.parse()
- Python json — JSON encoder and decoder — Python 3.9.5 documentation
JSON viewer[edit]
- Online JSON Viewer
- Copy JSON path: not available
- Using Google Chrome or Edge browser to load the JSON file at the computer -> DevTools -> Network: To preview the content of JSON file
- Copy JSON path:
- Smart JSON Editor[1] by Jan Kubny Kubna on macOS
- Copy JSON path: available

- Copy JSON path: available
- $ JSON Editor by VDT LABS S.R.L. on macOS
- Copy JSON path: available

- Copy JSON path: available