﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentarer til: JSON diffing</title>
	<atom:link href="http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/</link>
	<description>Lidt af hvert fra hverdagen hos Michael, Kamilla, Marie og Katrine Schøler</description>
	<lastBuildDate>Sat, 30 Jan 2010 12:40:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Af: Michael Schøler</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/comment-page-1/#comment-846</link>
		<dc:creator>Michael Schøler</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comment-846</guid>
		<description>Thanks! No, I have not tried using the diffs in that manner. I&#039;d like to know about your results, and if you found my jsonDiff useful for the task.</description>
		<content:encoded><![CDATA[<p>Thanks! No, I have not tried using the diffs in that manner. I&#8217;d like to know about your results, and if you found my jsonDiff useful for the task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Basement Hum</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/comment-page-1/#comment-845</link>
		<dc:creator>Basement Hum</dc:creator>
		<pubDate>Thu, 26 Feb 2009 10:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comment-845</guid>
		<description>This looks very interesting. Have you tried integrating something like this with a scm like git for projects that include JSON files that need structural diffing rather than a purely line based comparison? I&#039;m trying to find information about how to to do structural JSON diffing for max/msp projects managed by git.</description>
		<content:encoded><![CDATA[<p>This looks very interesting. Have you tried integrating something like this with a scm like git for projects that include JSON files that need structural diffing rather than a purely line based comparison? I&#8217;m trying to find information about how to to do structural JSON diffing for max/msp projects managed by git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Matt</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/comment-page-1/#comment-627</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 26 Feb 2008 00:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comment-627</guid>
		<description>please disregard, this was an issue in my code, not yours. thanks again for this!</description>
		<content:encoded><![CDATA[<p>please disregard, this was an issue in my code, not yours. thanks again for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Matt</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/comment-page-1/#comment-626</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 25 Feb 2008 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comment-626</guid>
		<description>Hi Michael,
Thanks for your work on this. I&#039;m working on a js program that needs json diffing, and I&#039;m trying to work some examples. I tried the following examples to diff, and it seems like the elements that are the same are still getting returned. Do you have any insight on why this might be? All I changed was one value from lcsh to lcsh2, so that is all i would expect to see back from the diff. Thanks.

json1: [[{&quot;bb68609635&quot;:&quot;lcsh&quot;},{&quot;bb17073259&quot;:&quot;Anti-fascist movements&quot;},{&quot;bb04445165&quot;:&quot;Spain&quot;},{&quot;bb17073259&quot;:&quot;Posters&quot;}],[{&quot;bb68609635&quot;:&quot;lcsh&quot;},{&quot;bb04445165&quot;:&quot;Spain&quot;},{&quot;bb17073259&quot;:&quot;History&quot;},{&quot;bb9147665h&quot;:&quot;Civil War, 1936-1939&quot;},{&quot;bb17073259&quot;:&quot;Propaganda&quot;}]]

json2:
[[{&quot;bb68609635&quot;:&quot;lcsh&quot;},{&quot;bb17073259&quot;:&quot;Anti-fascist movements&quot;},{&quot;bb04445165&quot;:&quot;Spain&quot;},{&quot;bb17073259&quot;:&quot;Posters&quot;}],[{&quot;bb68609635&quot;:&quot;lcsh2&quot;},{&quot;bb04445165&quot;:&quot;Spain&quot;},{&quot;bb17073259&quot;:&quot;History&quot;},{&quot;bb9147665h&quot;:&quot;Civil War, 1936-1939&quot;},{&quot;bb17073259&quot;:&quot;Propaganda&quot;}]]

results i&#039;m getting:
{&quot;0&quot;: [{&quot;bb68609635&quot;: &quot;lcsh&quot;}, {&quot;bb17073259&quot;: &quot;Anti-fascist movements&quot;}, {&quot;bb04445165&quot;: &quot;Spain&quot;}, {&quot;bb17073259&quot;: &quot;Posters&quot;}], &quot;1&quot;: [{&quot;bb68609635&quot;: &quot;lcsh2&quot;}, {&quot;bb04445165&quot;: &quot;Spain&quot;}, {&quot;bb17073259&quot;: &quot;History&quot;}, {&quot;bb9147665h&quot;: &quot;Civil War, 1936-1939&quot;}, {&quot;bb17073259&quot;: &quot;Propaganda&quot;}]}

thanks!</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
Thanks for your work on this. I&#8217;m working on a js program that needs json diffing, and I&#8217;m trying to work some examples. I tried the following examples to diff, and it seems like the elements that are the same are still getting returned. Do you have any insight on why this might be? All I changed was one value from lcsh to lcsh2, so that is all i would expect to see back from the diff. Thanks.</p>
<p>json1: [[{"bb68609635":"lcsh"},{"bb17073259":"Anti-fascist movements"},{"bb04445165":"Spain"},{"bb17073259":"Posters"}],[{"bb68609635":"lcsh"},{"bb04445165":"Spain"},{"bb17073259":"History"},{"bb9147665h":"Civil War, 1936-1939"},{"bb17073259":"Propaganda"}]]</p>
<p>json2:<br />
[[{"bb68609635":"lcsh"},{"bb17073259":"Anti-fascist movements"},{"bb04445165":"Spain"},{"bb17073259":"Posters"}],[{"bb68609635":"lcsh2"},{"bb04445165":"Spain"},{"bb17073259":"History"},{"bb9147665h":"Civil War, 1936-1939"},{"bb17073259":"Propaganda"}]]</p>
<p>results i&#8217;m getting:<br />
{&#8220;0&#8243;: [{"bb68609635": "lcsh"}, {"bb17073259": "Anti-fascist movements"}, {"bb04445165": "Spain"}, {"bb17073259": "Posters"}], &#8220;1&#8243;: [{"bb68609635": "lcsh2"}, {"bb04445165": "Spain"}, {"bb17073259": "History"}, {"bb9147665h": "Civil War, 1936-1939"}, {"bb17073259": "Propaganda"}]}</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Af: Jakob Kruse</title>
		<link>http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/comment-page-1/#comment-589</link>
		<dc:creator>Jakob Kruse</dc:creator>
		<pubDate>Wed, 16 Jan 2008 06:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xn--schler-dya.net/blog/2008/01/15/diffing_json_objects/#comment-589</guid>
		<description>Nice! That just might come in handy!</description>
		<content:encoded><![CDATA[<p>Nice! That just might come in handy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
