public interface JsonKey
Modifier and Type | Method and Description |
---|---|
String |
getKey()
The json-simple library uses a String for its keys.
|
Object |
getValue()
A reasonable value for the key; such as a valid default, error value, or null.
|
String getKey()
Object getValue()
Copyright © 2018. All rights reserved.