Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Jackson Core Source Code
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java".
Jackson Core Source Code files are provided in the source packge (jackson-core-2.14.0-sources.jar). You can download it at Jackson Maven Website.
You can also browse Jackson Core Source Code below:
✍: FYIcenter.com
⏎ com/fasterxml/jackson/core/package-info.java
/** * Main public API classes of the core streaming JSON * processor: most importantly {@link com.fasterxml.jackson.core.JsonFactory} * used for constructing * JSON parser ({@link com.fasterxml.jackson.core.JsonParser}) * and generator * ({@link com.fasterxml.jackson.core.JsonGenerator}) * instances. * <p> * Public API of the higher-level mapping interfaces ("Mapping API") * is found from the "jackson-databind" bundle, except for following * base interfaces that are defined here: * <ul> *<li>{@link com.fasterxml.jackson.core.TreeNode} is included *within Streaming API to support integration of the Tree Model *(which is based on <code>JsonNode</code>) with the basic *parsers and generators (iff using mapping-supporting factory: which *is part of Mapping API, not core) * </li> *<li>{@link com.fasterxml.jackson.core.ObjectCodec} is included so that * reference to the object capable of serializing/deserializing * Objects to/from JSON (usually, <code>com.fasterxml.jackson.databind.ObjectMapper</code>) * can be exposed, without adding direct dependency to implementation. * </li> *</ul> */ package com.fasterxml.jackson.core;
⏎ com/fasterxml/jackson/core/package-info.java
Or download all of them as a single archive file:
File name: jackson-core-2.14.0-sources.jar File size: 497693 bytes Release date: 2022-11-05 Download
⇒ Download and Install Jackson Binary Package
2016-02-03, 34640👍, 1💬
Popular Posts:
Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java class...
How to perform XML Schema validation with sax\Writer.java provided in the Apache Xerces package? You...
XOM™ is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with ...
What Is junit-3.8.1.jar? junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. JUnit is a ...
What Is poi-ooxml-3.5.jar? poi-ooxml-3.5.jar is one of the JAR files for Apache POI 3.5, which provi...