Skip to main content

um modúlo python criado para facilitar a manipulação de arquivos json

Project description

HeroJson

É um modúlo python criado para facilitar a manipulação de arquivos json. Este modúlo tem como dependência o modúlo json(padrão do python).

Funções

  • key(key : str) -> Traz o valor de uma determinada chave do arquivo json se esta existir e um None valor se não.
  • update(key : str, value : any) -> Atualiza o valor de uma chave se esta existir e um None valor se não.
  • drop(key : str) -> Deleta uma chave se esta existir.
  • add(key : str, value : str) -> Adiciona um novo par chave e valor ao arquivo json.
  • Allkeys() -> Retorna uma lista com todas as chaves existentes no arquivo json.
  • AllValue() -> Retorna uma lista com todas os valores existentes no arquivo json.
  • Content() -> Retorna o conteúdo do arquivo em formato de string

Página Oficial

Copyright Eliseu Gaspar

Project details


Release history Release notifications | RSS feed

This version

0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

herojson-0.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file herojson-0.0.tar.gz.

File metadata

  • Download URL: herojson-0.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for herojson-0.0.tar.gz
Algorithm Hash digest
SHA256 6f36744fd4c619cd1e211abb6c2ff087c7d81680d513bf6a4e9520c1d3709afb
MD5 c29f8b7f8ea4e22cbd78cf9e46fb9f72
BLAKE2b-256 3edf558f395c81f3e56c6f883afa35134096b1ae59d79aa1e6874600d699947a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page