com.stimulsoft.base.json
Class StiJSONHelper

java.lang.Object
  extended by com.stimulsoft.base.json.StiJSONHelper

public class StiJSONHelper
extends Object

Copyright Stimulsoft


Constructor Summary
StiJSONHelper()
           
 
Method Summary
static List<Object> isJsonFile(InputStream input)
           
static Hashtable<String,Object> jsonToHash(JSONObject json)
           
static Hashtable<String,String> jsonToStringHash(JSONObject json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiJSONHelper

public StiJSONHelper()
Method Detail

jsonToHash

public static Hashtable<String,Object> jsonToHash(JSONObject json)

jsonToStringHash

public static Hashtable<String,String> jsonToStringHash(JSONObject json)

isJsonFile

public static List<Object> isJsonFile(InputStream input)
                               throws IOException
Throws:
IOException


Copyright © 2017 Stimulsoft. All Rights Reserved.