This is a simple bridge for encoding/decoding JSON.
This module requires either jiffy or jsx.
json_term() = [json_term()] | {binary() | atom(), json_term()} | true | false | null | integer() | float() | binary()
encode(json_term()) -> binary()
decode(binary()) -> json_term()
parser() -> jiffy | jsx
Author: Sina Samavati
Created: 2021-08-24 Tue 17:52
Emacs 25.3.1 (Org mode 8.2.10)
Validate