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

org.stjs.javascript.JSON Maven / Gradle / Ivy

package org.stjs.javascript;

public final class JSON {
	private JSON() {
		// forbid the creation using this type
	}

	public native Object parse  (String text);

	public native String stringify  (Object obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy