All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.ui.client.json.JSON Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.ui.client.json;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;


/**
 * The type Json.
 */
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class JSON {


    /**
     * Stringify string.
     *
     * @param obj the obj
     * @return the string
     */
    public native static String stringify(Object obj);

    /**
     * Parse object.
     *
     * @param obj the obj
     * @return the object
     */
    public native static Object parse(String obj);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy