Comments - CONNECT JSON Table Type

8 years, 3 months ago Viet Nguyen

In the documentation where there is a list of 'JSON User Defined Functions'

It shows:

create function json_get_item returns real soname 'ha_connect';

When it should read:

create function json_get_item returns string soname 'ha_connect';

 
8 years, 3 months ago Daniel Black

corrected as described. Its a wiki and you can correct anything else you see yourself :-)

 
8 years, 3 months ago Viet Nguyen

Ah, thank you. I'll remember that.

 
6 years, 7 months ago Iris Panabaker

To work with JSON, this tool may help. https://jsonformatter.org

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.