[][src]Type Definition jsonc_parser::JsonArray

type JsonArray = Vec<JsonValue>;

A JSON array.