This inserts a json dictionary where one of the members is an array of strings into the table that was created in another example.
INSERT INTO myjson(dict)
VALUES('{"opening":"Sicilian","variations":["pelikan","dragon","najdorf"]}');
...