JsonInteger constructor
JsonInteger(
- String fieldName
Creates a new JsonInteger with the given fieldName.
The fieldName represents the key in the JSON object that this field corresponds to.
Implementation
JsonInteger(super.fieldName);