json method

Json json(
  1. String json
)

Parse a JSON string on the server.

Implementation

Json json(String json) => Json(json, {});