JSONMin class
$original_json
The original JSON string
$minified_json
The minified JSON string
__construct(string $json)
Constructor
Some JSON to minify
getMin()
Get the minified JSON
minify(string $json)
Static minify function