<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jpcody)</title>
    <link>https://pinboard.in/u:jpcody/public/</link>
    <description>recent bookmarks from jpcody</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://matthewrobertson.org/blog/2013/08/06/active-record-serializers-from-scratch/"/>
	<rdf:li rdf:resource="http://igorgue.com/pjson/"/>
	<rdf:li rdf:resource="http://davidwalsh.name/convert-xml-json?utm_source=javascriptweekly&amp;utm_medium=email"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://matthewrobertson.org/blog/2013/08/06/active-record-serializers-from-scratch/">
    <title>ActiveRecord Serializers From Scratch - Matthew Robertson</title>
    <dc:date>2013-09-18T11:45:04+00:00</dc:date>
    <link>http://matthewrobertson.org/blog/2013/08/06/active-record-serializers-from-scratch/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[In this post I am going to go over how you can roll your own JSON serialization solution to use in a Rails app in less than 40 lines of code. The idea makes use of basic object oriented techniques (inheritance and hook methods) to leverage the serialization functionality provided by Rails out of the box. ]]></description>
<dc:subject>json rails ruby</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:9eee85b5f38b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:rails"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:ruby"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://igorgue.com/pjson/">
    <title>Pjson by igorgue</title>
    <dc:date>2012-10-03T11:48:37+00:00</dc:date>
    <link>http://igorgue.com/pjson/</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[Colorized JSON terminal output.]]></description>
<dc:subject>json javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:9af300b54eea/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://davidwalsh.name/convert-xml-json?utm_source=javascriptweekly&amp;utm_medium=email">
    <title>Convert XML to JSON with JavaScript</title>
    <dc:date>2011-04-26T03:17:28+00:00</dc:date>
    <link>http://davidwalsh.name/convert-xml-json?utm_source=javascriptweekly&amp;utm_medium=email</link>
    <dc:creator>jpcody</dc:creator><description><![CDATA[If you follow me on Twitter, you know that I've been working on a super top secret mobile application using Appcelerator Titanium.  The experience has been great:  using JavaScript to create easy to write, easy to test, native mobile apps has been fun.  My mobile app connects to numerous social network APIs, some of which only provide an XML response.  My mini "framework" uses JSON to dynamically create widgets so I've needed a way to turn XML into JSON.  I found many solutions but none of them worked.  After tweaking an existing function, I've found a solution that works great.
]]></description>
<dc:subject>xml json javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jpcody/b:2aaed4b3eb14/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:xml"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:json"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jpcody/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>