Package com.alibaba.json.bvt.bug

Source Code of com.alibaba.json.bvt.bug.Issue126

package com.alibaba.json.bvt.bug;

import junit.framework.TestCase;

import com.alibaba.fastjson.JSONObject;

public class Issue126 extends TestCase {

    public void test_for_issue() throws Exception {
        JSONObject j = new JSONObject();
        j.put("content",
              "爸爸去哪儿-第十期-萌娃比赛小猪快跑 爸爸上演\"百变大咖秀\"-【湖南卫视官方版1080P】20131213: http://youtu.be/ajvaXKAduJ4  via @youtube");
        System.out.println(j.toJSONString());
    }
}
TOP

Related Classes of com.alibaba.json.bvt.bug.Issue126

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.