go-functional / dcode

Decode JSON with Functional Decoders
MIT License
57 stars 5 forks source link

Using a JSON tree internally #7

Open arschles opened 5 years ago

arschles commented 5 years ago

Instead of ferrying bytes around. This eliminates a bytes -> JSON -> bytes round trip

Fixes https://github.com/go-functional/dcode/issues/1