Use imported checkState()
[yangtools.git] / README.md
index def7d134d5ff4e4fe23014f56f6f4e35f9fa5742..20c99fc72beeba3a9e304293b14c64841bfde73d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +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
@@ -14,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