com.rt.storage.api.client.json.package-info Maven / Gradle / Ivy
/**
* Utilities for JSON as specified in RFC 4627: The
* application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.
*
* @since 1.0
* @author Yaniv Inbar
*/
@ReflectionSupport(value = ReflectionSupport.Level.FULL)
package com.rt.storage.api.client.json;
import com.google.j2objc.annotations.ReflectionSupport;