Uses of Interface
de.iip_ecosphere.platform.support.json.JsonIterator
Packages that use JsonIterator
-
Uses of JsonIterator in de.iip_ecosphere.platform.support.json
Methods in de.iip_ecosphere.platform.support.json that return JsonIteratorModifier and TypeMethodDescriptionJsonIterator.get(int index) Returns the i-th element in the underlying array structure.Returns the value of the givenkey.static JsonIteratorJson.parse(byte[] data) Parses data into an interatively parsable structure.static JsonIteratorParses text into an interatively parsable structure.protected abstract JsonIteratorJson.parseImpl(byte[] data) Parses data into an interatively parsable structure.protected abstract JsonIteratorParses text into an interatively parsable structure.JsonIterator.EntryIterator.value()Returns the next entry value.Methods in de.iip_ecosphere.platform.support.json with parameters of type JsonIteratorModifier and TypeMethodDescriptionbyte[]JsonIterator.slice(byte[] data, JsonIterator iter) Slicesdataso that the nested part ofiterremains.