etlplus.file.json

etlplus.file.json module.

Helpers for reading/writing JavaScript Object Notation (JSON) files.

Notes

  • A JSON file is a widely used data interchange format that uses

    human-readable text to represent structured data.

  • Common cases:
    • Data interchange between web applications and servers.

    • Configuration files for applications.

    • Data storage for NoSQL databases.

  • Rule of thumb:
    • If the file follows the JSON specification, use this module for

      reading and writing.

Classes

JsonFile()

Handler implementation for JSON files.