Skip to content

Simplify JSON file reading? #14

@SJaffa

Description

@SJaffa

j_objects[filename] = json.loads(f.read())

You can also use json.load(f), not sure if this is better/simpler? It abstracts the step of reading it into a string.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions