Convenience class for recursively creating a node tree from any POJO. It uses the Builder.constOrJson method to create a JSON node. It can be used similar to TypeScript's any type, where the value can be anything.

Example:

s.jsonCon({name: 'Alice', age: 30});

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

type: "jsonCon" = 'jsonCon'
value: T