skip to Main Content

How to validate json with some conditions

There is some json. { "headerInfo": { "id": 50 "characteristics": [ { "id": "123456789", "type": "float", "multiValued": false, "numberDecimals": 6, "length": 10, "caseSensitive": false, "entryFieldMask": "_,___.______", "unitOfMeasure": "P1", "additionalValues": true }, { "id": "15151511", "type": "float", "multiValued": false, "numberDecimals": 0,…

VIEW QUESTION
Back To Top
Search