View Source Parser (jeson v0.1.0)
A simple JSON parser that processes a list of tokens and produces a native data structure.
Summary
Types
Functions
@spec parse(String.t()) :: {:ok, json_value()} | {:error, String.t()}
A simple JSON parser that processes a list of tokens and produces a native data structure.
@spec parse(String.t()) :: {:ok, json_value()} | {:error, String.t()}