Chromium Code Reviews| Index: third_party/JSON/README.chromium |
| diff --git a/third_party/JSON/README.chromium b/third_party/JSON/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dd634ecc351b978aed1aeded9a487eff3ca947d4 |
| --- /dev/null |
| +++ b/third_party/JSON/README.chromium |
| @@ -0,0 +1,14 @@ |
| +Name: JSON - JSON (JavaScript Object Notation) encoder/decoder |
| +Short Name: JSON.pm |
| +URL: http://search.cpan.org/~makamaka/JSON-2.58/lib/JSON.pm |
| +Version: 2.58 |
| +License: GPL v1 or later / Artistic License |
| +Security Critical: no |
| + |
| +Description: |
| +This directory contains stock JSON.pm v2.58, both source and build, |
| +together with a script to download and build it. |
| + |
| +This module is used in Blink, as part of the bindings generator |
|
darin (slow to review)
2013/06/03 16:59:09
Comments like this can get stale quickly. Plus if
|
| +( Source/bindings/scripts ) to allow modularity between the frontend |
| +parser and backend code generator, and ease port from Perl to Python. |