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

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

There is a newer version: 3.3.2.2
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy