Skip to content

Commit 99c6337

Browse files
committed
Any is a superset of JSON (docs)
1 parent 96bb7c3 commit 99c6337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AnyFile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fieldName = #include("[filename].Any")
5252

5353
This allows `.Any` files to be modularly constructed from files containing sub-sets of their contents. This construct effectively decouples the `.Any` file structure/organization from the parsed contents of a single file and is _very_ convenient when restructuring `.Any` heirarchy for improved organization/readability.
5454

55-
Note that the target of a `#include` directive need not be a `.Any` file, it can be any content that will be parsed correctly within the Any syntax. For example JSON file can always be included as Any is directly compatible with JSON. Alternatively a CSV file can be included to populate an array as demonstrated below:
55+
Note that the target of a `#include` directive need not be a `.Any` file, it can be any content that will be parsed correctly within the Any syntax. For example JSON file can always be included as Any syntax is a superset of JSON. Alternatively a CSV file can be included to populate an array as demonstrated below:
5656

5757
```
5858
"myArray" = (#include("array_contents.csv")) // Include CSV file as the contents of an array

0 commit comments

Comments
 (0)