JsonResponse typedef

JsonResponse = Option<JsonBody, String>

Implementation

typedef JsonResponse = Option<JsonBody, String>;