JsonArray typedef

JsonArray = List<JsonObject>

Implementation

typedef JsonArray = List<JsonObject>;