You might try google, there is growing set of tutorials in the web... But aside from `jackson` portal, `jackson-docs`:
https://github.com/FasterXML/jackson-docs is one collection we maintain. I don't think digging through code should be necessary, but with all due respect finding tutorials is not that difficult. Googing "jackson json tutorial" gave as first thing decent one by Baeldung. -+ Tatu +- On Thu, Mar 22, 2018 at 12:44 AM, Puneet Arora <[email protected]> wrote: > Hello, > Where can I find a “manual” or a “primer” that talks about Jackson concepts? > Tried to search & follow some links to wiki.fasterxml.com but that site > seems to be down. https://github.com/FasterXML/jackson has an overview of > the packages, but where do I really begin? Would be awesome to have some > text that describes things like JsonParser, ObjectMapper, ObjectReader etc. > Yes, I can dig through code, comments, javadoc etc. and figure it out but > that’s inefficient if you do so without context about design & such text > seems to be not easily locatable. Where would I really get started if I want > to parse Json in Java, know Jackson exists for that but know nothing about > using it? > > Thanks, > Puneet > > -- > You received this message because you are subscribed to the Google Groups > "jackson-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
