SQLite Forum

Document or specify what json_extract does with nonexistant keys?
Login
Does your attempt match the following example from the json extension documentation?

"json_extract('{"a":2,"c":[4,5,{"f":7}]}', '$.x') → NULL"