Replies: 2 comments
-
would it be possible to make this from |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this was because the API expects a number value to be sent in the JSON, but when it returns it gives a string value, and the SDK needs to allow string for deserializing JSON nodes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why does property sub-object accept
str
for value? Shouldn't it always just be some type of number?src/cript/nodes/subobjects/property.py
Beta Was this translation helpful? Give feedback.
All reactions