接口 JsonValue
-
- 所有已知子接口:
DbDoc
- 所有已知实现类:
DbDocImpl,JsonArray,JsonLiteral,JsonNumber,JsonString
public interface JsonValueCommon interface for classes representing standard JSON object, array, number, string and 'true', 'false' and 'null' literals and non-standard extensions like mysqlx.expr() expressions.
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default StringtoFormattedString()Get a human readable "pretty" JSON string.
-
-
-
方法详细资料
-
toFormattedString
default String toFormattedString()
Get a human readable "pretty" JSON string.- 返回:
- human readable "pretty" JSON string
-
-