json_is_integer.json_is_integer

Undocumented in source.
template json_is_integer(string json)
enum json_is_integer = "((" ~ json ~ " != null) && (mixin (jansson_d.jansson.json_typeof!(\"" ~ json ~ "\")) == jansson_d.jansson.json_type.JSON_INTEGER))";

Meta