ifw-sup
3.0.0-pre3
|
JSON procedures. More...
Namespaces | |
clib.json_procs | |
Functions | |
def | clib.json_procs.load_schema_file (schema_file) |
This function loads the given schema available. More... | |
def | clib.json_procs.load_json_string (json_string) |
This function loads the given string. More... | |
def | clib.json_procs.load_json_file (json_file) |
This function loads the given schema available. More... | |
def | clib.json_procs.validate_json (json_data, schema_data) |
Variables | |
string | clib.json_procs.SETUP_SCHEMA |
JSON procedures.