X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=20c99fc72beeba3a9e304293b14c64841bfde73d;hb=2933aef94f3b2f142c55652b398cafd0ff6a6536;hp=f9fdd0828458918ed783762d7a26d02aec38afc0;hpb=25f00f01c515aff53ccc874eb1258109484705d4;p=yangtools.git diff --git a/README.md b/README.md index f9fdd08284..20c99fc72b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.opendaylight.yangtools/yangtools-artifacts/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.opendaylight.yangtools/yangtools-artifacts) +[![Javadocs](https://www.javadoc.io/badge/org.opendaylight.yangtools/yangtools-docs.svg)](https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs) [![License](https://img.shields.io/badge/License-EPL%201.0-blue.svg)](https://opensource.org/licenses/EPL-1.0) # YANG Tools @@ -13,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