jsontools: Set of misc. utilities to work with json

Set of misc. utilities to work with json

Functions

json_minify(json[, strip_space])

strip comments and remove space from string

remove_all(json_like)

Remove comments and trailing commas

remove_comments(json_like)

Removes C-style comments from json_like and returns the result. Example.

remove_trailing_commas(json_like)

Removes trailing commas from json_like and returns the result. Example::.