<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged clojure json decode schema</title>
<link>https://ask.clojure.org/index.php/tag/clojure+json+decode+schema</link>
<description></description>
<item>
<title>Most idiomatic way to parse json into typed data</title>
<link>https://ask.clojure.org/index.php/12029/most-idiomatic-way-to-parse-json-into-typed-data</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Looking for the most idiomatic way to transform some json (retrieved from an http get) into a sequence of &quot;typed&quot; data, with dates as string converted into dates, etc.&lt;/p&gt;
&lt;p&gt;I know I could do it manually, map the json array and parse/convert based on property names, but I'm wondering if there's a library that I could use that could do that automatically based on some kind of schema that I'd provide.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description>
<category>Clojure</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12029/most-idiomatic-way-to-parse-json-into-typed-data</guid>
<pubDate>Wed, 29 Jun 2022 12:02:55 +0000</pubDate>
</item>
</channel>
</rss>