json-infer-types
                                
                                 json-infer-types copied to clipboard
                                
                                    json-infer-types copied to clipboard
                            
                            
                            
                        Infers the type and format of JSON values
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...