Parselix.Prepared.JSON
Provide a json parser.
Example
json |> parse(JSON)
Summary
array(option \\ nil) | |
array_l(option \\ nil) | This is almost the same function as array/1, but it returns a result with metadata |
begin_array(option \\ nil) | |
begin_array_l(option \\ nil) | This is almost the same function as begin_array/1, but it returns a result with metadata |
begin_object(option \\ nil) | |
begin_object_l(option \\ nil) | This is almost the same function as begin_object/1, but it returns a result with metadata |
between(option \\ nil) | |
between_l(option \\ nil) | This is almost the same function as between/1, but it returns a result with metadata |
end_array(option \\ nil) | |
end_array_l(option \\ nil) | This is almost the same function as end_array/1, but it returns a result with metadata |
end_object(option \\ nil) | |
end_object_l(option \\ nil) | This is almost the same function as end_object/1, but it returns a result with metadata |
exp(option \\ nil) | |
exp_l(option \\ nil) | This is almost the same function as exp/1, but it returns a result with metadata |
float(option \\ nil) | |
float_l(option \\ nil) | This is almost the same function as float/1, but it returns a result with metadata |
frac(option \\ nil) | |
frac_l(option \\ nil) | This is almost the same function as frac/1, but it returns a result with metadata |
int(option \\ nil) | |
int_l(option \\ nil) | This is almost the same function as int/1, but it returns a result with metadata |
integer(option \\ nil) | |
integer_l(option \\ nil) | This is almost the same function as integer/1, but it returns a result with metadata |
json(option \\ nil) | |
json_char(option \\ nil) | |
json_char_l(option \\ nil) | This is almost the same function as json_char/1, but it returns a result with metadata |
json_l(option \\ nil) | This is almost the same function as json/1, but it returns a result with metadata |
json_number(option \\ nil) | |
json_number_l(option \\ nil) | This is almost the same function as json_number/1, but it returns a result with metadata |
json_string(option \\ nil) | |
json_string_l(option \\ nil) | This is almost the same function as json_string/1, but it returns a result with metadata |
member(option \\ nil) | |
member_l(option \\ nil) | This is almost the same function as member/1, but it returns a result with metadata |
name_separator(option \\ nil) | |
name_separator_l(option \\ nil) | This is almost the same function as name_separator/1, but it returns a result with metadata |
object(option \\ nil) | |
object_l(option \\ nil) | This is almost the same function as object/1, but it returns a result with metadata |
separate(option \\ nil) | |
separate_l(option \\ nil) | This is almost the same function as separate/1, but it returns a result with metadata |
token(option \\ nil) | |
token_l(option \\ nil) | This is almost the same function as token/1, but it returns a result with metadata |
unescaped(option \\ nil) | |
unescaped_l(option \\ nil) | This is almost the same function as unescaped/1, but it returns a result with metadata |
value(option \\ nil) | |
value_l(option \\ nil) | This is almost the same function as value/1, but it returns a result with metadata |
value_separator(option \\ nil) | |
value_separator_l(option \\ nil) | This is almost the same function as value_separator/1, but it returns a result with metadata |
Functions
This is almost the same function as array/1, but it returns a result with metadata.
This is almost the same function as begin_array/1, but it returns a result with metadata.
This is almost the same function as begin_object/1, but it returns a result with metadata.
This is almost the same function as between/1, but it returns a result with metadata.
This is almost the same function as end_array/1, but it returns a result with metadata.
This is almost the same function as end_object/1, but it returns a result with metadata.
This is almost the same function as exp/1, but it returns a result with metadata.
This is almost the same function as float/1, but it returns a result with metadata.
This is almost the same function as frac/1, but it returns a result with metadata.
This is almost the same function as int/1, but it returns a result with metadata.
This is almost the same function as integer/1, but it returns a result with metadata.
This is almost the same function as json_char/1, but it returns a result with metadata.
This is almost the same function as json/1, but it returns a result with metadata.
This is almost the same function as json_number/1, but it returns a result with metadata.
This is almost the same function as json_string/1, but it returns a result with metadata.
This is almost the same function as member/1, but it returns a result with metadata.
This is almost the same function as name_separator/1, but it returns a result with metadata.
This is almost the same function as object/1, but it returns a result with metadata.
This is almost the same function as separate/1, but it returns a result with metadata.
This is almost the same function as token/1, but it returns a result with metadata.
This is almost the same function as unescaped/1, but it returns a result with metadata.
This is almost the same function as value/1, but it returns a result with metadata.
This is almost the same function as value_separator/1, but it returns a result with metadata.