Uses of Class
jsonvalues.Index
Packages that use Index
Package
Description
This package includes all the classes to represents, create and manipulate JSON
-
Uses of Index in jsonvalues
Methods in jsonvalues that return IndexModifier and TypeMethodDescriptionIndex.asIndex()Returns this index.Key.asIndex()throws an UserError exception.Position.asIndex()Casts this position into an Index, throwing an exception if it's a Key.static IndexIndex.of(int index) Returns a new instance witch represents the given index in an array.