pub fn json_parser() -> impl Fn(&Lua, &str) -> Result<Value> + Send + SyncExpand description
JSON -> Lua Table parser.
Parses with serde_json and converts to a Lua Table via LuaSerdeExt::to_value.
Returns ResolveError::AssetParse on parse failure.