Skip to content

hackgwinnett/pyscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON parsing module for Python.

Usage:

Importing the module:
import pyscan

Supported commands: pyscan.get_groups(json_path) Returns an array of all groups in a JSON file. pyscan.get_indiv(json_path) Returns an array of all non-grouped properties in a JSON file. pyscan.read_indiv(json_path, name) Returns the value of a non-grouped property in a JSON file. pyscan.read_group(json_path, group, name) Returns the value of a grouped property in a JSON file.

About

JSON parsing module for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%