Samples
These examples show JSONX in the browser with the same concepts covered in the manual.
- Getting Started Basic Example
- Advanced Props: Traverse Props
- Advanced Props:
__dangerouslyEvalProps - Advanced Props:
__spreadComponent - Advanced Props:
__functionPropslegacy example - Advanced Props: Format Props
- Advanced Props: Display Props
- Advanced Props: Utility Props
- Custom Library: React Bootstrap
- Custom Component: React Calendar
- Create Components: Function, Class, Lazy, and Suspense
- Create Components: Function Components With Hooks
- Create Components: Dynamic Components
- Create Components: Form Components
Where To Go Next
- Start with Getting Started if you want the shortest path from JSONX to rendered output.
- Use Using Advanced Props when examples reference dynamic props, templates, display rules, or evaluated props.
- Use Creating React Components and Component Libraries when examples create function, class, dynamic, or form components.