Add a flags parameter to all decoding functions for future needs
[jansson.git] / doc / github_commits.c
index 0fc1a1b..707aac4 100644 (file)
@@ -117,7 +117,7 @@ int main(int argc, char *argv[])
     if(!text)
         return 1;
 
-    root = json_loads(text, &error);
+    root = json_loads(text, 0, &error);
     free(text);
 
     if(!root)