text mode json for sqlite Dq doesn't parse by default
I get
When I use methods like:
or
while it does work and return string, If I manually select it by:
I'm using D1 db.
SyntaxError: "undefined" is not valid JSON for json_string: text("json_string", { mode: "json" }) field.When I use methods like:
or
while it does work and return string, If I manually select it by:
I'm using D1 db.