<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/sptjson/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 17 May 2013 01:02:19 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sptjson/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -15,7 +15,7 @@
 Documentation
 -------------

-API Specifications - [HTML](http://sptci.com/products/json/html/index.xhtml) [PDF](http://sptci.com/products/json/pdf/refman.pdf)
+API Specifications - [HTML](http://sptci.com/products/json/html/index.xhtml) [PDF](http://sptci.com/products/json/latex/refman.pdf)

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Fri, 17 May 2013 01:02:19 -0000</pubDate><guid>https://sourceforge.neta11300b0bd871784c410fbd5887b80def1a72934</guid></item><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -15,7 +15,7 @@
 Documentation
 -------------

-API Specifications - [HTML](http://sptci.com/products/json/html/index.xhtml)
+API Specifications - [HTML](http://sptci.com/products/json/html/index.xhtml) [PDF](http://sptci.com/products/json/pdf/refman.pdf)

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Fri, 17 May 2013 01:01:40 -0000</pubDate><guid>https://sourceforge.net0943b964acbcc2f648da1cc4240256db64a7d12b</guid></item><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -12,5 +12,10 @@

 Use the json.pro Qmake project to build the JSON library.  You may use the scripts under the bin directory to build (debug version at present) and run the unit test suite.  The simplest option may be to copy the sources directly into your project and use.

+Documentation
+-------------
+
+API Specifications - [HTML](http://sptci.com/products/json/html/index.xhtml)
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Wed, 15 May 2013 16:36:51 -0000</pubDate><guid>https://sourceforge.netd9b97f95dcde86b786d4aeb24e73d9dd17b7ba39</guid></item><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,5 @@
 Qt4 JSON API
+============

 The API provides a SAX style \Parser that invokes call-back methods defined in a \Handler interface. Client-code may implement their own handler implementations and consume the JSON data into their custom data structures.

@@ -6,6 +7,10 @@

 The DOMParser implementation provides a generic parse method that parses JSON data from a QIODevice and returns a shared pointer to the object or array representation. This makes it possible to parse JSON data without needing to know whether it is an object or array at compile time.

+Build
+-----
+
+Use the json.pro Qmake project to build the JSON library.  You may use the scripts under the bin directory to build (debug version at present) and run the unit test suite.  The simplest option may be to copy the sources directly into your project and use.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Sun, 12 May 2013 18:11:20 -0000</pubDate><guid>https://sourceforge.net73660575d1681ee21ba726cabb9e2bc9497f8a34</guid></item><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,11 @@
-Welcome to your wiki!
+Qt4 JSON API

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The API provides a SAX style \Parser that invokes call-back methods defined in a \Handler interface. Client-code may implement their own handler implementations and consume the JSON data into their custom data structures.

-The wiki uses [Markdown](/p/sptjson/wiki/markdown_syntax/) syntax.
+The API provides a QVariant based model to represent JSON objects and arrays, as well as a simple DOM parser to parse JSON data into the appropriate data models. The default data model uses shared pointers to represent nested object and array instances to avoid excessive copying of the QVariantHash and QVariantList instances used to store object and array data.
+
+The DOMParser implementation provides a generic parse method that parses JSON data from a QIODevice and returns a shared pointer to the object or array representation. This makes it possible to parse JSON data without needing to know whether it is an object or array at compile time.
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Sun, 12 May 2013 18:08:40 -0000</pubDate><guid>https://sourceforge.netad592a6f055a293ea0421ea385cb048844ebecb0</guid></item><item><title>Home modified by Sans Pareil Technologies, Inc.</title><link>https://sourceforge.net/p/sptjson/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/sptjson/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/sptrakesh/"&gt;Sans Pareil Technologies, Inc.&lt;/a&gt; (admin)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-518fd809c43143069d9b94fb" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sans Pareil Technologies, Inc.</dc:creator><pubDate>Sun, 12 May 2013 17:57:29 -0000</pubDate><guid>https://sourceforge.netea3ee4ea3ce41e347f19dc50c07d67daccafb3c9</guid></item></channel></rss>