fr.lteconsulting.angular2gwt.client.JSON Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angular2-gwt Show documentation
Show all versions of angular2-gwt Show documentation
Allows to develop Angular 2 applications with GWT
package fr.lteconsulting.angular2gwt.client;
import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "JSON" )
public class JSON
{
@JsMethod( namespace = "JSON", name = "parse" )
public static native T parse( String payload );
@JsMethod( namespace = "JSON", name = "stringify" )
public static native String stringify( Object payload );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy