You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/04/20 08:26:33 UTC

[felix-dev] branch master updated: Add readme

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b9c95c  Add readme
9b9c95c is described below

commit 9b9c95c4a08a6dbece2c6d22f0eaa851ed7e3e93
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Apr 20 10:26:20 2020 +0200

    Add readme
---
 cm.json/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/cm.json/README.md b/cm.json/README.md
new file mode 100644
index 0000000..dabe4b9
--- /dev/null
+++ b/cm.json/README.md
@@ -0,0 +1,8 @@
+# CM JSON
+
+This module provides an easy to use Java API to read and write OSGi configurations in JSON format as defined by the [OSGi Configurator specification](https://osgi.org/specification/osgi.cmpn/7.0.0/service.configurator.html).
+
+The primary purpose of this module is to be used by tooling dealing with OSGi configuration resources. The tools can directly leverage the read/write functionality without having to deal with the JSON format itself.
+
+For example, the Apache Felix Configurator implementation uses this module for reading configuration resources.
+