Bug 306305 - Implement JSON.parse
Summary: Implement JSON.parse
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 17:56 UTC by Bernd Buschinski
Modified: 2014-09-10 12:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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