From e41bd5fce2994a4071ded4f020d49f5e019cd20b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 6 Sep 2024 21:12:25 -0700 Subject: [PATCH] Tweaked headings in README, refs #9 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 44758bf..0fed9cf 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ fruits.[2]=cherry ``` -### Nested Lists +### Nested lists For nested lists, the index notation is repeated. @@ -137,7 +137,7 @@ matrix.[1].[1]$int=4 ``` -## Type Preservation +## Type preservation Types are preserved using `$type` suffixes: @@ -171,9 +171,7 @@ for type_, suffix, example in (examples): String values do not require a type suffix. -## Examples - -### Complex Nested Structure +## Example JSON: