public class JSONNull extends Object implements Serializable
null,与Javascript中null相对应null值在js中表示为undefined。| Modifier and Type | Field and Description |
|---|---|
static JSONNull |
NULL
NULL 对象用于减少歧义来表示Java 中的null NULL.equals(null) 返回 true. |
| Constructor and Description |
|---|
JSONNull() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
A Null object is equal to the null value and to itself.
|
String |
toString()
Get the "null" string value.
|
Copyright © 2025. All rights reserved.