CJohnston079 / obfuscator

0 stars 0 forks source link

Add handling of nested data structures to `obfuscator` #1

Closed CJohnston079 closed 4 months ago

CJohnston079 commented 4 months ago

Issue

Currently, the obfuscator handles shallow data, but has limited support for files such as .json and .xml that could potentially have nested data structures.

In order to fully support these file types and their potential for storing data, the obfuscator should be able to handle deep data.

Proposed resolution

CJohnston079 commented 4 months ago

Support for deep data is functional from 82754659db6e0f9c44bb169a8b49c454c3901b8c