Samples
These examples run in the manual. Edit the JavaScript on the left side of each simulator to see JSONX render the output on the right.
- Getting Started Basic Example
- Advanced Props: Traverse Props
- Advanced Props:
__dangerouslyEvalProps - Advanced Props:
__spreadComponent - Advanced Props: Component Evaluation Props
- Advanced Props:
__functionPropslegacy example - Advanced Props: Format Props
- Advanced Props: Utility Props
- Advanced Props: Display Props
- Component Library Example
- Custom Component Example
- Create Components: Function Components With Hooks
- Create Components: Class Components
- 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.