Bug 306305

Summary: Implement JSON.parse
Product: [Applications] konqueror Reporter: Bernd Buschinski <b.buschinski>
Component: kjsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: bugzilla77
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 4.9.2

Description Bernd Buschinski 2012-09-05 17:56:40 UTC
Please Implement JSON.parse for kjs

Reproducible: Always
Comment 1 Bernd Buschinski 2012-09-05 18:37:50 UTC
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
Comment 2 bugzilla77 2014-09-10 12:15:41 UTC
JSON.parse is not implemented correctly!

https://bugs.kde.org/show_bug.cgi?id=338970