[][src]Module json_typegen_shared::parse

Functions for parsing json_typegen macro invocations and their arguments

Structs

MacroInput

Functions

full_macro

Parses a full json_typegen macro invocation. E.g. something like json_typegen!("Foo", "http://example.com/sample.json", { deny_unknown_fields });

macro_input

Parses the arguments to a json_typegen macro invocation. E.g. something like "Foo", "http://example.com/sample.json", { deny_unknown_fields }

options

Parses the options block of a json_typegen macro invocation. E.g. something like: { deny_unknown_fields }