Skip to content

sailfishdell/jsonstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonstream

A streaming-focused JSON decoder and filter for Go

Features

jsonstream aims to be a good solution for operating on large JSON datasets in a memory-efficient manner. Focus is on filtering/manipulating JSON in a streaming manner. It does not currently focus on decoding JSON data into golang native data types.

Is it faster than -insert otherpackage here-

No idea. It's faster than my previous attempt.

Standing on the shoulders of giants

This project is heavily influenced by Dave Cheney's pkg/json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published