I haven't looked further than the godoc, but a couple of initial
suggestions:

- the word JSON should always be spelled in all-caps if the first letter is
J, so you would be better with NewJSONParser.

- you should almost certainly return a chan, not a pointer to chan.


On Tue, 11 Jun 2019, 13:47 Tamer, <tamer...@gmail.com> wrote:

> Hello everyone,
>
> I have developed a new json parser library. It is similar jstream library
> but it allows stream over selected json member instead of depth. It also
> allow skipping json members for less memory usage.
>
> https://github.com/tamerh/jsparser
>
> I have also refactored previously developed xml parser with similar
> approach.
>
> https://github.com/tamerh/xml-stream-parser
>
> Please let know if you have suggestions/feedbacks.
>
> Cheers
> Tamer
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/22eef643-66bf-451e-ba84-1eb968682aea%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/22eef643-66bf-451e-ba84-1eb968682aea%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAJhgachf%2By5r_6EyXJBickrn9GEEscmr8reo18%2BFQW2Zey_vxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to