blobmsg: add support for double
[project/libubox.git] / examples / json_script-example.json
index 45636b7..5328e59 100644 (file)
     [ "exec_if_or", "%ORVAR%" ]
   ],
 
+  [ "if",
+       [ "isdir", "%ISDIRVAR%" ],
+       [ "exec_isdir", "%ISDIRVAR%" ]
+  ],
+
   [ "return", "foobar" ],
 
   [ "exec_non_reachable", "Arghhh" ]