Type alias JsonObject<P>

JsonObject<P>: DeepObject<P, string> | Record<string, P>

Return-type of parsed JSON object.

Type Parameters

Generated using TypeDoc