com.oracle.json.JsonObject

This represents an immutable Json object value, essentially key and value pairs. It also provides a map view, however it cannot be modified. If any attempts to modify the map are made, then {@link UnsupportedOperationException} is thrown. The map iterator order depends on the order of appearence when using a builder or when parsing an input file.