API reference › @evolu/common › Type › Json
type Json = string & Brand<"Json">;
Defined in: packages/common/src/Type.ts:14242
A String Brand proving that its exact text parses to JsonValue.
The Brand preserves whitespace, property order, and number spelling. Convert it to JsonValue through JsonValueFromJson or jsonToJsonValue.