I think using @ instead of the % is perfect. Its just like the array syntax.
    
    
    var a = @[1, 2, 3]
    var b = @{"key_1": "value_1", "key_2": "value_2"}
    
    
    Run

Reply via email to