amnaredo / test

0 stars 0 forks source link

Enhancement request: add Integer support to the AST #267

Open amnaredo opened 3 years ago

amnaredo commented 3 years ago

I have been having difficulty using ujson because I need to differentiate between floats and integers in order to support the Plotly.js Json schema correctly. For testing purposes I use Json4s and noticed that it correctly handles this requirement. The json4s AST makes this possible.

Any way Num can be extended (split) into an Integer and Real?

TIA ID: 308 Original Author: hmf

amnaredo commented 3 years ago

Relevant:

amnaredo commented 3 years ago

@htmldoug Thanks for the links. I would include this https://github.com/lihaoyi/upickle/issues/240#issuecomment-414930124 also, seeing as it shows a possible solution.

Original Author: hmf