Skip to content
Snippets Groups Projects
Commit dab9e698 authored by David Fairbrother's avatar David Fairbrother
Browse files

Switch to JSON Parser for SANS State

Switches to using the JSON library for parsing SANS state objects. This
provides numerous advantages:

- We do not need to maintain a custom (de)serializer
- JSON is a documented standard
- We can switch to type hinting in Python 3, currently a significant
amount of CPU time is spend reverifying typed params
- History becomes less brittle and will work from top level algorithms
- Allows new code to be written in a more Pythonic way (e.g. not forced
to use class level variables for them to be serialized)
parent 28cdb9d9
No related merge requests found
Showing
with 100 additions and 126 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment