This weekend I released an open-source JSON5 parser for PHP!
JSON5 is a JS-compatible extension to JSON which allows comments, trailing commas, single-quoted strings, and more:
This weekend I released an open-source JSON5 parser for PHP!
JSON5 is a JS-compatible extension to JSON which allows comments, trailing commas, single-quoted strings, and more:
colinodell/json5 is a UTF-8 compatible JSON5 parser for PHP. It provides a json5_decode()
function which is a drop-in replacement for PHP's existing json_decode()
function.
JSON5 is a JS-compatible extension to JSON which allows comments, trailing commas, single-quoted strings, and more.