Martin K. Spamer

Results 1 issues of Martin K. Spamer

When the JSON contains an array/list the naming is rather unconventional with regard plurals. Given the following Json ``` {"accountId":"EX1-234-567890","description":"Unit Test JSON","refPeriod": "2019-02-01","actionDate":"2019-03-31","lines":[ {"productId":"b2c-01","description":"service","qty":"1","unitPrice":"2.00"}, {"productId":"b2b-01","description":"devices","qty":"2","unitPrice":"2.00"}, {"productId":"b2x-01","description":"overage","qty":"3","unitPrice":"2.00"}]} ``` **Actual Behaviour**: The...