json parse

yashinayashina Member Posts: 16
Please, help !
How to get value with empty property name ?
ItemList1 :=Item.SelectToken('barcodes');
FOREACH Item1 IN ItemList1 DO
ItemRec.EAN :=Item1.GetValue('').ToString; Here runtime error.
"barcodes": [

"4260361980090"

],

"voltage": "AC220_240",

"protection_class": "Class1",

"ingress_protection_rating": "IP20",

"warranty": 2
Sign In or Register to comment.