From 635c953c568d1e5a5bb361637b2577340c1b8505 Mon Sep 17 00:00:00 2001 From: Christopher Chiche Date: Fri, 20 May 2016 14:35:11 +0200 Subject: [PATCH] Create JSONiq See here for more info: https://github.com/ghislainfourny/jsoniq-tutorial#the-real-jsoniq-hello-world --- j/JSONiq | 1 + 1 file changed, 1 insertion(+) create mode 100644 j/JSONiq diff --git a/j/JSONiq b/j/JSONiq new file mode 100644 index 00000000..b0d55586 --- /dev/null +++ b/j/JSONiq @@ -0,0 +1 @@ +"Hello, World!"