alust
Results
1
issues of
alust
``` > import {Validator} from "class-validator"; {} > const validator = new Validator(); undefined > let json_str = JSON.stringify('abc'); undefined > validator.isJSON(json_str); false ``` However json-encoded objects and arrays are...
type: discussion