JR_ARR_KV Description Conditionally parse a JSON array if key matches expected name.
JR_BOOL_KV Description Read a boolean key-value pair if key matches.
JR_FLT_KV Description Read a float key-value pair if key matches.
JR_INT_KV Description Read an integer key-value pair if key matches.
JR_OBJ_KV Description Conditionally parse a JSON object if key matches expected name.
JR_STR_KV Description Read a string key-value pair if key matches.
JW_ARR_KV Description Write a key and an array value into a JSON object. Intended for use within a JW_OBJ. Adds commas automatically.
JW_BOOL_KV Description Write a key and boolean value into a JSON object.
JW_FLT_KV Description Write a key and float value to a JSON object.
JW_INT_KV Description Write a key and integer value to a JSON object.
JW_OBJ_KV Description Write a key and nested object inside an existing JSON object. Should be called inside JW_OBJ. Adds commas appropriately based on insertion order.
JW_STR_KV Description Write a key and string value into a JSON object.