Uses of Interface
sk.antons.json.JsonAttribute
Packages that use JsonAttribute
-
Uses of JsonAttribute in sk.antons.json
Methods in sk.antons.json that return JsonAttributeModifier and TypeMethodDescriptionJsonObject.attr(int index) Reads n'th attribute of this json objectReads first attribute of this json object with specified nameJsonObject.removeAttr(int index) Removes n'th attribute from this json object.Methods in sk.antons.json that return types with arguments of type JsonAttributeModifier and TypeMethodDescriptionReads all attributes of this json object with specified nameJsonObject.toList()Converts attributes to regular list. -
Uses of JsonAttribute in sk.antons.json.impl
Classes in sk.antons.json.impl that implement JsonAttributeMethods in sk.antons.json.impl that return JsonAttributeModifier and TypeMethodDescriptionJsonObjectImpl.attr(int index) JsonObjectImpl.removeAttr(int index) Methods in sk.antons.json.impl that return types with arguments of type JsonAttributeMethods in sk.antons.json.impl with parameters of type JsonAttribute