Deprecate json.org dependent api

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1648370 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/WebConsoleUtil.java b/webconsole/src/main/java/org/apache/felix/webconsole/WebConsoleUtil.java
index 0ecc2ed..d7ae364 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/WebConsoleUtil.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/WebConsoleUtil.java
@@ -328,6 +328,8 @@
      * @param key the key value, stored under 'key'
      * @param value the value stored under 'value'
      * @throws JSONException if the value cannot be serialized.
+     *
+     * @deprecated Plugins should use their own json code/library
      */
     public static final void keyVal(JSONWriter jw, String key, Object value)
         throws JSONException