Package org.json
Annotation Type JSONPropertyName
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface JSONPropertyName
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Element Details
-
value
java.lang.String value- Returns:
- The name of the property as to be used in the JSON Object.
-