org.apache.oltu.oauth2.common.utils
Class JSONUtils

java.lang.Object
  extended by org.apache.oltu.oauth2.common.utils.JSONUtils

public final class JSONUtils
extends Object


Constructor Summary
JSONUtils()
           
 
Method Summary
static String buildJSON(Map<String,Object> params)
           
static Map<String,Object> parseJSON(String jsonBody)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONUtils

public JSONUtils()
Method Detail

buildJSON

public static String buildJSON(Map<String,Object> params)

parseJSON

public static Map<String,Object> parseJSON(String jsonBody)


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.