接口 JsonValue

  • 所有已知子接口:
    DbDoc
    所有已知实现类:
    DbDocImpl, JsonArray, JsonLiteral, JsonNumber, JsonString

    public interface JsonValue
    Common interface for classes representing standard JSON object, array, number, string and 'true', 'false' and 'null' literals and non-standard extensions like mysqlx.expr() expressions.
    • 方法详细资料

      • toFormattedString

        default String toFormattedString()
        Get a human readable "pretty" JSON string.
        返回:
        human readable "pretty" JSON string