Making json.l parse floating point

2019-03-27 Thread C K Kashyap
Hi, I am trying to write a script to parse data from IEX ( https://iextrading.com/developer/docs/) - naturally, the stock quotes are in floating point numbers. I made a tiny change to support floating point (to be used with scaling that is). I wanted to get it reviewed to confirm if I am not missi

Re: Making json.l parse floating point

2019-03-27 Thread Alexander Burger
Hi Kashyap, > I made a tiny change to support floating point (to be used with scaling > that is). I wanted to get it reviewed to confirm if I am not missing > something. > > I added a condition to json-parse-unicode in json.l > If you mea