YojsonBasic
YojsonBasic refers to the basic JSON interface provided by the OCaml library Yojson. It is one of the two primary interfaces in the Yojson package, the other being Yojson.Safe. The Basic module offers a straightforward, efficient way to work with JSON data in OCaml, including parsing, constructing, and rendering JSON values.
The core concept in YojsonBasic is a JSON value type that represents the standard JSON data model.
Key functionality provided by YojsonBasic includes parsing JSON from strings or input channels and converting JSON
For practical use, YojsonBasic includes helper utilities that facilitate converting between JSON values and standard OCaml
YojsonBasic is part of the Yojson package, commonly installed via package managers such as OPAM. It is