JairusSW / as-json

The only JSON library you'll need for AssemblyScript. SIMD enabled
MIT License
79 stars 15 forks source link

Simplify date parsing #55

Closed mattjohnsonpint closed 1 year ago

mattjohnsonpint commented 1 year ago

Simplifies the date parsing, and still handles the case of wasi_Date.

Basically, we don't need to re-implement the parser, we just need to ensure the returned type matches whatever Date object implementation is being used.