Samples JDK
package-info.java
1 /**
2  * \brief This example uses jackson library to generate JSON. Jackson is 100% JSON library.
3  *
4  * <p>
5  * This example uses jackson library to generate JSON.
6  * Jackson is 100% JSON library.
7  * One can see the difference between jackson and jettison strings for map.
8  * Jackson is pure.
9  * </p>
10  * <p>
11  * JSONParserUtil uses jackson library.
12  * </p>
13  */
14 package com.freemindcafe.serialization.sample3;