com.progsbase.libraries.JSON.JSONObjectReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of progsbase-to-easyjson Show documentation
Show all versions of progsbase-to-easyjson Show documentation
Adapter Progsbase JSON library to easyjson
package com.progsbase.libraries.JSON;
import JSON.StringElementMaps.StringElementMap;
import JSON.structures.Element;
import com.jn.easyjson.core.JSONBuilderProvider;
import com.jn.easyjson.core.node.JsonTreeNodes;
import references.references.StringArrayReference;
import references.references.StringReference;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static JSON.StringElementMaps.StringElementMaps.GetStringElementMapNumberOfKeys;
/*
This class reads JSON into a Java Object with the following actual classes:
- {} -> Map
- [] -> List