@f6217321 Oh, this one means that macOS 12.6 was shipping with JSON functions even before SQLite 3.38. That possibility was documented, but thanks for the conformation Martin ❤️ I'll be able to update the availability checks!
@8c08de26 Even macOS 11.6 had JSON extensions enabled....
@8c08de26 Just check on macOS Catalina 10.15.7 and JSON extensions are available as well.
sqlite> select sqlite_version(), json('true');
3.28.0|true
@f6217321 Oh, now this is a pretty old version of the JSON1 extension. Maybe not all JSON features are available 🤔 if you have some time, I'd be glad to help you gathering the availability of individual JSON SQL functions on various macOS versions!
@8c08de26 Sure. Send me the SQL statement to validate and I will run it on each OS version I have and report back in a concise table. 😉