Skip to content

core.crystaljson #

fn json_dict_filter_any #

fn json_dict_filter_any(r string, clean bool, include []string, exclude []string) !map[string]json2.Any

get dict out of json if include used (not empty, then will only match on keys given)

fn json_dict_filter_string #

fn json_dict_filter_string(r string, clean bool, include []string, exclude []string) !map[string]string

fn json_dict_get_any #

fn json_dict_get_any(r string, clean bool, key string) !json2.Any

get dict out of json if include used (not empty, then will only match on keys given)

fn json_dict_get_string #

fn json_dict_get_string(r string, clean bool, key string) !string

fn json_list #

fn json_list(r string, clean bool) []string

rought splitter for json, splits a list of dicts into the text blocks