Please Implement JSON.parse for kjs Reproducible: Always
Git commit ae94e9a23275611e1c385f799cf58053e20aeb08 by Bernd Buschinski. Committed on 05/09/2012 at 19:57. Pushed by buschinski into branch 'KDE/4.9'. kjs: Implement JSON.parse FIXED-IN:4.9.2 REVIEW:105056 M +3 -0 kjs/CMakeLists.txt M +2 -0 kjs/interpreter.cpp A +166 -0 kjs/json_object.cpp [License: LGPL (v2+)] A +52 -0 kjs/json_object.h [License: LGPL (v2+)] A +647 -0 kjs/jsonlexer.cpp [License: LGPL (v2+)] A +105 -0 kjs/jsonlexer.h [License: LGPL (v2+)] M +1 -0 kjs/libkjs.map http://commits.kde.org/kdelibs/ae94e9a23275611e1c385f799cf58053e20aeb08
JSON.parse is not implemented correctly! https://bugs.kde.org/show_bug.cgi?id=338970