feat(new tool): JSON to object

This commit is contained in:
micash 2024-08-16 16:29:24 +02:00
parent 318fb6efb9
commit bb1f87292f
7 changed files with 121 additions and 8 deletions

View file

@ -391,3 +391,6 @@ tools:
text-to-binary:
title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa.
json-to-object:
title: JSON to Obfuscatebject
description: Parse and convert JSON to object.