﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Familien Schøler's blog &#187; JSON</title>
	<atom:link href="http://www.xn--schler-dya.net/blog/category/programmering/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xn--schler-dya.net/blog</link>
	<description>Lidt af hvert fra hverdagen hos Michael, Kamilla, Marie og Katrine Schøler</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:41:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trimming values from JSON objects</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/29/trimming_values_from_json_objects/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/01/29/trimming_values_from_json_objects/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 21:37:09 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/29/trimming_values_from_json_objects/</guid>
		<description><![CDATA[My current work is really focused on Ajax and JSON, and I get a lot of different things done that might be of use to others.
Today I&#8217;ve come up with a neat little function for trimming a JSON object given an array of all values to trim out. The trim function recursively runs though the [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/01/29/trimming_values_from_json_objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting JSON to XML and XML to JSON</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/26/converting-json-to-xml-and-xml-to-json/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/01/26/converting-json-to-xml-and-xml-to-json/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 08:20:04 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/26/converting-json-to-xml-and-xml-to-json/</guid>
		<description><![CDATA[Converting JSON to XML and back again is very useful e.g. for storing and retrieving web application state to a database. 
Searching the web I found a quite extensive and robust library, honourably mentioned on xml.com, by Prof. Stefan Goessner to accomplish this conversion. However the code was not in compliance with our teams javascript [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/01/26/converting-json-to-xml-and-xml-to-json/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JSON diffing</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 20:02:12 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/</guid>
		<description><![CDATA[I have now created a method for returning structural differences between two JSON objects. This completes my work with making a JSON merge and JSON diff implementation (although it will most certainly undergo future revisions and quirk resolving changes). 
Why? Say for instance you have two JSON structures, json1 and json2. The object json1 holds [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JSON merging</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/09/merging_json_objects/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/01/09/merging_json_objects/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 09:17:04 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/09/merging_json_objects/</guid>
		<description><![CDATA[Today Jakob Kruse and I devised a simple javascript function to merge two JSON object structures. Say for instance you have two JSON structures, json1 and json2. The object json1 holds an original set of data, whereas json2 holds updated and added values/objects to json1 and you need to programatically merge the two. 
Updated: I [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/01/09/merging_json_objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript JSON page post</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/07/jsonpagepost/</link>
		<comments>http://www.xn--schler-dya.net/blog/2008/01/07/jsonpagepost/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 15:19:32 +0000</pubDate>
		<dc:creator>Michael Schøler</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[Programmering]]></category>

		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/07/jsonpagepost/</guid>
		<description><![CDATA[Today I had a need to make a POST request which submits a JSON object to a processing page. Normally I would go about embedding a form in the page and invoking it&#8217;s submit programatically, using a GET request with simple querystring parameters, or I would have used the Prototype Ajax.Request method. But GET requests [...]]]></description>
		<wfw:commentRss>http://www.xn--schler-dya.net/blog/2008/01/07/jsonpagepost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
