DOC

com.zappos : zappos-json

Maven & Gradle

Dec 24, 2015

Zappos JSON · Zappos-json is a Java library that can be used to convert plain old Java objects (POJO) into their JSON representation, and vice versa. It uses code generation technique to improve the performance by inlining serialization-related code into a generated class file.

Table Of Contents

Latest Version

Download com.zappos : zappos-json Javadoc & API Documentation - Latest Versions:

All Versions

Download com.zappos : zappos-json Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1

How to open Javadoc JAR file in web browser

  1. Rename the file zappos-json-0.1-alpha-javadoc.jar to zappos-json-0.1-alpha-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder zappos-json-0.1-alpha-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "zappos-json-0.1-alpha-sources.jar" -d "zappos-json-0.1-alpha-javadoc" -subpackages