Syntax Guide
This guide is split into standalone chapters by syntax topic. Start from the basics and continue based on your use case.
Entry Points
- Rule Forms Overview
- Built-in Types
- Literal Rules
- Collection and Structural Types
- Modifiers ($.xxx)
- String Assertion Rules
- Numeric Filters (|...)
- Syntax Sugar and Shorthand Rules
- Custom Types and Argument Calls
- Practical Examples
Chapter Mapping
| Chapter | File |
|---|---|
| 1. Rule Forms Overview | rule-forms.md |
| 2. Built-in Types | built-in-types.md |
| 3. Literal Rules | literal-rules.md |
| 4. Collection and Structural Types | collection-and-structural.md |
| 5. Modifiers ($.xxx) | modifiers.md |
| 6. String Assertion Rules | string-assertions.md |
| 7. Numeric Filters ( | ...) |
| 8. Syntax Sugar and Shorthand Rules | syntax-sugar.md |
| 9. Custom Types and Argument Calls | custom-types.md |
| 10. Practical Examples | examples.md |