json-infer-types icon indicating copy to clipboard operation
json-infer-types copied to clipboard

Infers the type and format of JSON values

Results 8 json-infer-types issues
Sort by recently updated
recently updated
newest added

Added new format: 'mac'. It supports the variant EUI-48 and EUI-64 including the delimiters dot, colon and dash in groups of 2.

I have added a Base64 inferer in the formats folder. A given string is simply checked against a regex. It accepts all base64 allowed signs and includes the trailing =-sign...

Implement the possibility to check for valid base64 data. It is non trivial as there are legitimate strings which could also be base64 but if e.g. at one point a...