Module json

Module json 

Source
Expand description

Parse a JSON file into a Block.

Block is used, instead of a JSON-specific representation, for compatibility with the rest of the code. Unfortunately can’t use serde-json because we need the locations for error reporting.

StructsΒ§

ParseLevel πŸ”’
Parser πŸ”’

EnumsΒ§

State πŸ”’

FunctionsΒ§

parse πŸ”’
parse_json
parse_json_file