We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fa872 commit 8c605e7Copy full SHA for 8c605e7
1 file changed
getJSONX.c
@@ -81,7 +81,7 @@ jsmntok_t* jsmn_parse_expr_on_ws(const char* js, const jsmntok_t *tokens, const
81
82
//
83
void help(const char *app) {
84
- fprintf(stderr, "Get information from json. v0.2.1 by YX Hao\n");
+ fprintf(stderr, "Get information from json. v0.2.2 by YX Hao\n");
85
fprintf(stderr, "Usage: %s <operations> [json-file]\n", app);
86
fprintf(stderr, "operation examples:\n");
87
fprintf(stderr, " [.]a.b.c[0].d\n");
0 commit comments