JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
MySQL Connector/J X DevAPI Reference
v9.4.0-SNAPSHOT
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.mysql.cj.xdevapi
Interface JsonValue
All Known Subinterfaces:
DbDoc
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.
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
String
toFormattedString
()
Get a human readable "pretty" JSON string.
Method Detail
toFormattedString
default
String
toFormattedString()
Get a human readable "pretty" JSON string.
Returns:
human readable "pretty" JSON string
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
MySQL Connector/J X DevAPI Reference
v9.4.0-SNAPSHOT
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016, 2025, Oracle and/or its affiliates.