-
-
Notifications
You must be signed in to change notification settings - Fork 58
feat: json string values for numbers #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @aktxyz, curious to know why your code is converting everything to "String"? Can you share the snippet? |
the data originates as XML from a dotnet app ... and gets converted to json via the newtonsoft json package so |
Hi @aktxyz |
Close by #253 |
bam yes that solves it !!! thanks |
In the code we have that eventually emits json ... everything pops out as a string ... like in this fontSize
Just to get past this one scenario, I tweaked the StacTextStyle fromJson to handle this. Can you all thing of a more clever way to handle this?
The text was updated successfully, but these errors were encountered: