Closed vincentserpoul closed 8 years ago
What other values are there then? Maybe there are just int64s encoded as strings? That we could decode directly into an int64.
Unfortunately not :/, it's either int or real strings (see the test I changed for an example)
That makes sense. Thank you!
Attribute values are not always int, generating an error. Ignoring the error just make things simple, but not ideal. I went one step further and turned it into an interface.
If you have a better idea, let me know!