Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.11
-
None
-
None
-
None
-
Adds Piggybank functions for loading/storing JSON without relying on storing metadata alongside it.
-
JSON LoadFunc StoreFunc
Description
The JSON is a commonly used data storage format. It is popular for storing structured data, especially for JavaScript data exchange.
Pig should have the ability to load/store JSON format data. I plan to write one for the piggy bank.