Skip to content

Commit

Permalink
Tweaked headings in README, refs #9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 7, 2024
1 parent dae39fa commit e41bd5f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fruits.[2]=cherry
```
<!-- [[[end]]] -->

### Nested Lists
### Nested lists

For nested lists, the index notation is repeated.

Expand Down Expand Up @@ -137,7 +137,7 @@ matrix.[1].[1]$int=4
```
<!-- [[[end]]] -->

## Type Preservation
## Type preservation

Types are preserved using `$type` suffixes:

Expand Down Expand Up @@ -171,9 +171,7 @@ for type_, suffix, example in (examples):

String values do not require a type suffix.

## Examples

### Complex Nested Structure
## Example

JSON:
<!-- [[[cog
Expand Down

0 comments on commit e41bd5f

Please sign in to comment.