Skip to content

Commit e874a4a

Browse files
author
Ghislain Fourny
committed
Improve the documentation.
1 parent 23acc3e commit e874a4a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ Any feedback or error reports are very welcome.
4242

4343
## Type mapping
4444

45-
When passing Python values to JSONiq or getting them from a JSONiq queries, the mapping is as follows:
45+
Any expression in JSONiq returns a sequence of items. Any variable in JSONiq is bound to a sequence of items.
46+
Items can be objects, arrays, or atomic values (strings, integers, booleans, nulls, dates, binary, durations, doubles, decimal numbers, etc).
47+
48+
When passing Python values to JSONiq or getting them from a JSONiq queries, the mapping to and from Python is as follows:
4649

4750
| Python | JSONiq |
4851
|-------|-------|

0 commit comments

Comments
 (0)