String Value

assemble_json_value_string_get

char *assemble_json_value_string_get(AJsonValue *value);

Description: Returns a poiner to a text string of the value if of type A_JT_STRING .

assemble_json_value_string_set

uint assemble_json_value_string_set(AJsonValue *value, char *string);

Description: Sets the text string of the value to a copy if "string", if of type A_JT_STRING .