org.minijson.tool.profiler.SampleBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minijson-tool Show documentation
Show all versions of minijson-tool Show documentation
A simple JSON parser/generator in Java. Tool module.
The newest version!
package org.minijson.tool.profiler;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
public class SampleBean
{
private int attrA = 0;
private String attrB = null;
private Map attrC = null;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy