j2sNative references moved to Platform
[jalview.git] / src / jalview / javascript / json / JSON.java
index a1de56e..714f04f 100644 (file)
@@ -162,7 +162,7 @@ public class JSON {
 
                public JSONReader(String json) {
                        super((Reader) (Object) "");
-                       data = toObject(/** @j2sNative  swingjs.JSUtil.parseJSON$S(json)|| */null); 
+                       data = toObject(/** @j2sNative  swingjs.JSUtil.parseJSONRaw$S(json)|| */null); 
                }
 
                @Override