JSON parser internal API
------------------------
Key: LUCY-74
URL: https://issues.apache.org/jira/browse/LUCY-74
Project: Lucy
Issue Type: Improvement
Components: Core, Perl bindings
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Blocker
Lucy will store most index metadata as JSON, so we need a JSON
encoder/decoder. Eventually, we should write our own, but for now, this patch
supplies an API and leaves it up to the binding to fill in an implementation.
The supplied Perl binding implementation uses the CPAN module JSON::XS and
translates back and forth between Perl scalar-hash-array data structures and
Lucy CharBuf-Hash-VArray data structures.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.