Navigation

  • index
  • modules |
  • next |
  • previous |
  • python-anyconfig 3.13.11 documentation »
  • Code Reference »
  • anyconfig.backend »
  • anyconfig.backend.json

anyconfig.backend.jsonΒΆ

Backend modules to load and dump JSON data.

  • std.json: python standard JSON support library [default]

  • simplejson: https://github.com/simplejson/simplejson

Changelog:

Changed in version 0.9.8:

  • Started to split JSON support modules

  • anyconfig.backend.json.common
    • Parser
      • Parser._cid
      • Parser._type
      • Parser._extensions
      • Parser._ordered
      • Parser._allow_primitives
      • Parser._load_opts
      • Parser._dump_opts
      • Parser._dict_opts
      • Parser.__annotations__
      • Parser.__module__
  • anyconfig.backend.json.stdlib
    • Parser
      • Parser._cid
      • Parser._priority
      • Parser._load_from_string_fn()
      • Parser._load_from_stream_fn()
      • Parser._dump_to_string_fn()
      • Parser._dump_to_stream_fn()
      • Parser.__annotations__
      • Parser.__module__
  • anyconfig.backend.json.simplejson

Previous topic

anyconfig.backend.ini.configparser

Next topic

anyconfig.backend.json.common

This Page

  • Show Source

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • python-anyconfig 3.13.11 documentation »
  • Code Reference »
  • anyconfig.backend »
  • anyconfig.backend.json
© Copyright . Created using Sphinx 9.1.0.