org.test4j.json.helper
接口 JSONObject

所有超级接口:
Serializable
所有已知实现类:
JSONArray, JSONMap, JSONSingle

public interface JSONObject
extends Serializable


字段摘要
static JSONSingle JSON_ClazzFlag
           
static JSONSingle JSON_ReferFlag
           
static JSONSingle JSON_ValueFlag
           
 
方法摘要
 String description()
          描述JSON对象的内容
区别于toString()
 

字段详细信息

JSON_ClazzFlag

static final JSONSingle JSON_ClazzFlag

JSON_ValueFlag

static final JSONSingle JSON_ValueFlag

JSON_ReferFlag

static final JSONSingle JSON_ReferFlag
方法详细信息

description

String description()
描述JSON对象的内容
区别于toString()

返回:


Copyright © 2013. All rights reserved.