1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add the "has" function. Closes #74.

This commit is contained in:
Stephen Dolan
2013-05-06 13:46:16 +01:00
parent 88a6dc5343
commit 48be23233a
4 changed files with 49 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
jv jv_get(jv t, jv k);
jv jv_set(jv t, jv k, jv v);
jv jv_has(jv t, jv k);
jv jv_setpath(jv root, jv path, jv value);
jv jv_getpath(jv root, jv path);
jv jv_delpaths(jv root, jv paths);