gws.tools.json2

exception gws.tools.json2.Error[source]
gws.tools.json2.from_path(path)[source]
gws.tools.json2.from_string(s)[source]
gws.tools.json2.to_path(path, x, pretty=False)[source]
gws.tools.json2.to_string(x, pretty=False, ascii=True)[source]
gws.tools.json2.to_pretty_string(x, ascii=True)[source]
gws.tools.json2.to_hash(x)[source]
gws.tools.json2.to_tagged_dict(x)[source]
gws.tools.json2.to_tagged_string(x, pretty=False, ascii=True)[source]