commit | 1798aaea7d9b5c73cd8f8e36ef25a04d9769008e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Tue Jul 14 13:26:06 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Tue Aug 11 17:01:15 2020 +0200 |
tree | 072eae796cb64f9d984b07eb4998ec0a3459c8e1 | |
parent | 0ad51f10262c527644e413a7e7a7f6dc25b335ac [diff] [blame] |
data FEATURE parser for YANG data in JSON format
diff --git a/src/json.h b/src/json.h index 8373284..7b2221e 100644 --- a/src/json.h +++ b/src/json.h
@@ -52,6 +52,9 @@ }; struct lyjson_ctx { + const struct ly_ctx *ctx; + uint64_t line; /* current line */ + struct ly_in *in; /* input structure */ struct ly_set status; /* stack of LYJSON_PARSER_STATUS values corresponding to the JSON items being processed */