<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fastjson/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fastjson/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Nov 2012 23:14:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fastjson/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Parsing results weird</title><link>https://sourceforge.net/p/fastjson/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have attached file which is parsed without errors but lot of content got lost.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 01 Nov 2012 23:14:49 -0000</pubDate><guid>https://sourceforge.netd76d169c1512afb7b0cfd97fa637c4d01fa2aeb3</guid></item><item><title>a bug with JSONField annotation</title><link>https://sourceforge.net/p/fastjson/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;now m using fastjson v1.1.14. and when i using annotation of @JSONField(format="yyyy年MM月dd日"), whick is the chinese date formate. the code will throw an exception as following:&lt;/p&gt;
&lt;p&gt;Exception in thread "main" com.alibaba.fastjson.JSONException: create asm serilizer error,&lt;/p&gt;
&lt;p&gt;and my code as following:&lt;/p&gt;
&lt;p&gt;public class Person {&lt;br /&gt;
private String name;&lt;br /&gt;
private Date birthday;&lt;br /&gt;
@JSONField(name="StudentName")&lt;br /&gt;
public String getName() {&lt;br /&gt;
return name;&lt;br /&gt;
}&lt;br /&gt;
public void setName(String name) {&lt;br /&gt;
this.name = name;&lt;br /&gt;
}&lt;br /&gt;
@JSONField(name="StudentBirthday", format="yyyy年MM月dd日")&lt;br /&gt;
public Date getBirthday() {&lt;br /&gt;
return birthday;&lt;br /&gt;
}&lt;br /&gt;
public void setBirthday(Date birthday) {&lt;br /&gt;
this.birthday = birthday;&lt;br /&gt;
}&lt;br /&gt;
@JSONCreator()&lt;br /&gt;
public Person(@JSONField(name="StudentName")String name, @JSONField(name="StudentBirthday")Date birthday) {&lt;br /&gt;
this.name = name;&lt;br /&gt;
this.birthday = birthday;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;mainmethod:&lt;/p&gt;
&lt;p&gt;public static void main(String[] args){&lt;br /&gt;
new Person("Mc", Calendar.getInstance().getTime());&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;if i change the format from yyyy年MM月dd日 to yyyy-MM-dd, it will be OK.&lt;br /&gt;
is there anyone can help me to resolve the problem? Thx :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 26 Dec 2011 08:20:38 -0000</pubDate><guid>https://sourceforge.net06b8aa0ebc76e7e63c7888570c6ca58b499ff016</guid></item><item><title>Is it bug or feature?</title><link>https://sourceforge.net/p/fastjson/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;{&lt;br /&gt;
Dictionary&amp;lt;string, object&amp;gt; object1 = new Dictionary&amp;lt;string, object&amp;gt;();&lt;br /&gt;
object1.Add("number", 234);&lt;br /&gt;
List&amp;lt;object&amp;gt; list = new List&amp;lt;object&amp;gt;();&lt;br /&gt;
object1.Add("array", list);&lt;br /&gt;
{&lt;br /&gt;
Dictionary&amp;lt;string, object&amp;gt; dictionary = new Dictionary&amp;lt;string, object&amp;gt;();&lt;br /&gt;
dictionary.Add("key", "Value");&lt;br /&gt;
dictionary.Add("flag", true);&lt;br /&gt;
list.Add(dictionary);&lt;br /&gt;
}&lt;br /&gt;
string json1 = JSON.Instance.Stringify(object1);&lt;br /&gt;
object object2 = JSON.Instance.Parse(json1);&lt;br /&gt;
string json2 = JSON.Instance.Stringify(object2);&lt;br /&gt;
if (json1 != json2)&lt;br /&gt;
{&lt;br /&gt;
Console.WriteLine(json1);&lt;br /&gt;
Console.WriteLine(json2);&lt;br /&gt;
throw new Exception();&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 20 Jun 2011 16:03:50 -0000</pubDate><guid>https://sourceforge.netd224e4b333b641348cc4ece7af11cddb09634f1c</guid></item></channel></rss>