Creates a entry of type JsonInt with a given name
JsonInt
JsonInt jsonInt(String name, [dynamic defaultJsonValue]) => jsonEntry<JsonInt>(name, JsonInt.new, defaultJsonValue);