<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: jsonreader_parse()</title>
		<atom:link href="http://cycling74.com/forums/topic/jsonreader_parse/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/jsonreader_parse/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 05:07:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/jsonreader_parse/#post-52540</guid>
					<title><![CDATA[jsonreader_parse()]]></title>
					<link>http://cycling74.com/forums/topic/jsonreader_parse/#post-52540</link>
					<pubDate>Fri, 01 Oct 2010 09:53:33 +0000</pubDate>
					<dc:creator>BenCello</dc:creator>

					<description>
						<![CDATA[
						<p>Hi MaxDevelopers !</p>
<p>The SDK documentation in the chapter &#8220;dictionaries&#8221; mention a function <code>jsonreader_parse()</code> which, I guess is able to parse JSON files. For one of my externals, I would like to parse a JSON file but not fetch it in a dictionary structure (I have a custom data structure). So I would very much like to use such a function instead of writing my own parser&#8230;<br />
But I can&#8217;t find any documentation about this <code>jsonreader_parse()</code> (neither can I even find the prototype of it).</p>
<p>Is it yet possible to use this function ? How do I use it ?</p>
<p>Thank&#8217;s</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jsonreader_parse/#post-188941</guid>
					<title><![CDATA[Re: jsonreader_parse()]]></title>
					<link>http://cycling74.com/forums/topic/jsonreader_parse/#post-188941</link>
					<pubDate>Tue, 05 Oct 2010 14:06:56 +0000</pubDate>
					<dc:creator>Timothy Place</dc:creator>

					<description>
						<![CDATA[
						<p>In Max we do everything with dictionaries, and jsonreader_parse() is an internal implementation that is setup to work with dictionaries.  If you would like to work with custom data structure serialization then you will need to write or find a parser such as those at <a href="http://json.org" rel="nofollow">http://json.org</a> .</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jsonreader_parse/#post-188942</guid>
					<title><![CDATA[Re: jsonreader_parse()]]></title>
					<link>http://cycling74.com/forums/topic/jsonreader_parse/#post-188942</link>
					<pubDate>Tue, 05 Oct 2010 17:09:37 +0000</pubDate>
					<dc:creator>Joshua Kit Clayton</dc:creator>

					<description>
						<![CDATA[
						<p>You may find it easier to just load into a dictionary and iterate across its values to convert it to your structure.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/jsonreader_parse/#post-188943</guid>
					<title><![CDATA[Re: jsonreader_parse()]]></title>
					<link>http://cycling74.com/forums/topic/jsonreader_parse/#post-188943</link>
					<pubDate>Tue, 05 Oct 2010 18:08:25 +0000</pubDate>
					<dc:creator>BenCello</dc:creator>

					<description>
						<![CDATA[
						<p>Thank&#8217;s for your replies and info !</p>
<p>I&#8217;ll see what I do. I&#8217;m not decided yet&#8230;<br />
(I&#8217;ve already written a parser of my own using Bison (to read DOT files) so it may be as easy to use Bison to generate a JSON parser as to load in a dictionary and then iterate across. Maybe not).<br />
I&#8217;ll keep you posted anyway.</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

