Changes:
- Handles overlapping keys
- Optimizes code
- Adds benchmark.py
Changes:
- Enhanced parsing of associative array objects.
- Fixes bug where array objects could not end in a digit
Changes:
- Permitted associative arrays to be used along with dot notation to declare objects.
Changes:
- Allow for gaps in arrays. An entry with None will fill the gap.
- Fixed bug where more than ten items would result in exception
- Started Changelog