Parsing and Erasing JSON in PHP 4

Possible duplicate:
php4 with json data

Is there a library or class that provides parsing (JSON for PHP primitives / arrays) and builds (PHP primitives / arrays for JSON) for PHP 4?

+3
source share
1 answer

Source: https://habr.com/ru/post/1759721/


All Articles