dettanym / prose

PRivacy ObServability and Enforcement Frameworks
MIT License
0 stars 0 forks source link

refactor(filter): add data struct to send to presidio #98

Closed qlonik closed 6 months ago

qlonik commented 6 months ago

Instead of dealing with strings and properly concatenating them to not break JSON format, we are letting encoding/json module to deal with it by using marshal/unmarshall set of functions.