Package io.kjson
Class JSONObject.Property
-
- All Implemented Interfaces:
-
kotlin.collections.Map.Entry,kotlin.collections.MutableMap.MutableEntry
public final class JSONObject.Property extends ImmutableMapEntry<String, JSONValue>
A class to represent a property (name-value pair).
-
-
Constructor Summary
Constructors Constructor Description JSONObject.Property(String key, JSONValue value)
-