Json encode and decode
Jump to navigation
Jump to search
Encode JSON data or decode JSON string
- PHP: json_encode ↔ json_decode
- JavaScript: JSON.stringify() ↔ JSON.parse()
- Python json — JSON encoder and decoder — Python 3.9.5 documentation
Related pages