Hi, The JSON1 docs at https://www.sqlite.org/json1.html have a minor typo:
Section 4.13. The json_each() and json_tree() table-valued functions atom ANY, -- value for primitive types, null for array & object > id INTEGER -- integer ID for this element > parent INTEGER, -- integer ID for the parent of this element The "id INTEGER" column definition is missing a trailing comma. Cheers, -P _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

