I am trying to model an ATM system in uppaal and I want to use a json array like a database for card_IDs and pin numbers like this : [ { id : 12548, pin: 1244 }] is this possible or not?
Asked
Active
Viewed 57 times