X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=20c99fc72beeba3a9e304293b14c64841bfde73d;hb=0ba2da0ea0214fb246b14dfe7b48bf3234a9e57a;hp=cb796916e1d58ffabce536c5c8972c1cbafc9de3;hpb=9174ed9168eac4be12efff530cd2182604bda0dd;p=yangtools.git diff --git a/README.md b/README.md index cb796916e1..20c99fc72b 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ serialization and deserialization as defined in IETF drafts and standards. * **DOM-like APIs** - DOM-like tree model, which uses conceptual meta-model * **Java Bindings** - Concrete data model generated from YANG models * serialization / deserialization of YANG-modeled data driven by YANG models - * XML - as defined in [RFC6020] - * JSON - as defined in [draft-lhotka-netmod-yang-json-01] + * XML - as defined in [RFC6020] and revised in [RFC7950] + * JSON - as defined in [draft-lhotka-netmod-yang-json-01] and standardized in [RFC7951] * Integration of YANG model parsing into Maven build lifecycle and support for third-party generators processing YANG models. - [RFC6020]:https://tools.ietf.org/html/rfc6020 +[RFC7950]:https://tools.ietf.org/html/rfc7950 +[RFC7951]:https://tools.ietf.org/html/rfc7951 [draft-lhotka-netmod-yang-json-01]:https://tools.ietf.org/html/draft-lhotka-netmod-yang-json-01