Last modified by Thomas Mortagne on 2017/03/24

<
From version < 15.1 >
edited by Thomas Mortagne
on 2013/07/18
To version < 16.1 >
edited by Sergiu Dumitriu
on 2013/07/19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.Sergiu
Content
... ... @@ -28,6 +28,12 @@
28 28  
29 29  Commons get a new base module for all streaming systems based on filters like Rendering and the coming Wiki Stream. See [[Filter Module documentation>>extensions:Extension.Filter Module]].
30 30  
31 +== JSON parsing in Velocity ==
32 +
33 +##$jsontool.parse('["json string"]')## can now be used to parse a serialized JSON into [[json-lib>>http://json-lib.sourceforge.net/]] [[arrays>>http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONArray.html]] or [[objects>>http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONObject.html]].
34 +
35 +Only valid JSON strings can be parsed. JSONP is not supported. If the argument is not valid JSON, then ##null## is returned, parsing exceptions are cought.
36 +
31 31  == Deprecated and Retired projects ==
32 32  
33 33  * Google plugin (##com.xpn.xwiki.plugin.google.GooglePlugin##) has been retired, you can find it on https://github.com/xwiki-contrib/retired/tree/master/xwiki-platform-google-plugin

Get Connected