| Summary: | Implement JSON.parse | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Bernd Buschinski <b.buschinski> |
| Component: | kjs | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | bugzilla77 |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdelibs/ae94e9a23275611e1c385f799cf58053e20aeb08 | Version Fixed/Implemented In: | 4.9.2 |
| Sentry Crash Report: | |||
|
Description
Bernd Buschinski
2012-09-05 17:56:40 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 JSON.parse is not implemented correctly! https://bugs.kde.org/show_bug.cgi?id=338970 |