<?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"
> 
<channel>
	<title>Appcelerator Developer Center Q&amp;A Tag Feed (titanium.json.parse)</title> 
	<atom:link href="http://developer.appcelerator.com/questions/feed/tag/titanium.json.parse" rel="self" type="application/rss+xml" /> 
	<link>http://developer.appcelerator.com/questions/feed/tag/titanium.json.parse</link> 
	<description>Appcelerator Developer Center Q&amp;A feed for the tag: "titanium.json.parse"</description> 
	<lastBuildDate>Sat, 25 May 2013 20:16:13 -0700</lastBuildDate> 
	<pubDate>Sat, 25 May 2013 20:16:13 -0700</pubDate>
	<copyright>Copyright (c) 2008-2013 by Appcelerator Inc.</copyright>
	<webMaster>info@appcelerator.com</webMaster>
	<generator>Appcelerator Developer Center</generator>
	<ttl>5</ttl>
	<language>en</language>
	<item>
		<title>unable to parse json string on iPhone</title> 
		<link>http://developer.appcelerator.com/question/118161/unable-to-parse-json-string-on-iphone</link>
		<pubDate>Tue, 05 Apr 2011 10:16:42 -0700</pubDate>
		<dc:creator>Bruno Coelho</dc:creator> 
				<category><![CDATA[iphone]]></category> 
				<category><![CDATA[titanium.json.parse]]></category> 
				<category><![CDATA[parsing]]></category> 
				<category><![CDATA[json.parse]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/118161/unable-to-parse-json-string-on-iphone</guid>
		<description><![CDATA[Hi, I got this error when I try to parse a json on iPhone, but in Android it works!!!

here is my code:
http://pastie.org/1759570

and here is the php file:
http://pastie.org/1759576

the moste strange is that it work on Android, but not on iphone :s

Anyone can help me?

cumps]]></description>
		<content:encoded><![CDATA[<p>Hi, I got this error when I try to parse a json on iPhone, but in Android it works!!!</p>

<p>here is my code:
http://pastie.org/1759570</p>

<p>and here is the php file:
http://pastie.org/1759576</p>

<p>the moste strange is that it work on Android, but not on iphone :s</p>

<p>Anyone can help me?</p>

<p>cumps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Titanium.JSON.parse error</title> 
		<link>http://developer.appcelerator.com/question/3191/titaniumjsonparse-error</link>
		<pubDate>Wed, 17 Mar 2010 04:38:27 -0700</pubDate>
		<dc:creator>Michael Smith</dc:creator> 
				<category><![CDATA[titanium.json.parse]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/3191/titaniumjsonparse-error</guid>
		<description><![CDATA[Hi

I'm running our iPhone app using v 1.0 of the Ti SDK and am currently replacing our json parse methods (using json2 library) with the new Titanium.JSON.parse method: 

e.g.

var jsonNodeData = Titanium.JSON.parse(responseText);

However, I'm getting the following error:

[INFO] Error: TypeError: Result of expression 'Titanium.JSON' [undefined] is not an object.

Has this method been fully exposed in 1.0 yet? - I got the info from https://developer.appcelerator.com/apidoc/desktop/1.0/Titanium.JSON.parse

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi</p>

<p>I'm running our iPhone app using v 1.0 of the Ti SDK and am currently replacing our json parse methods (using json2 library) with the new Titanium.JSON.parse method:</p>

<p>e.g.</p>

<p>var jsonNodeData = Titanium.JSON.parse(responseText);</p>

<p>However, I'm getting the following error:</p>

<p>[INFO] Error: TypeError: Result of expression 'Titanium.JSON' [undefined] is not an object.</p>

<p>Has this method been fully exposed in 1.0 yet? - I got the info from https://developer.appcelerator.com/apidoc/desktop/1.0/Titanium.JSON.parse</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>