Convenience class for recursively creating a node tree from any POJO. It uses the Builder.json method to create a JSON node. It can be used similar to TypeScript's any type, where the value can be anything.
Example:
s.json({name: 'Alice', age: 30}); Copy
s.json({name: 'Alice', age: 30});
Readonly
Convenience class for recursively creating a node tree from any POJO. It uses the Builder.json method to create a JSON node. It can be used similar to TypeScript's any type, where the value can be anything.
Example: