You can obfuscate the content of the JSON files by turning characters into Unicode escape sequences. https://tools.pixelpoly.co/obfuscator
This will only prevent users from understanding the contents at a glance.
- This will not prevent users from stealing the code, and simply copying it into their packs.
- This obfuscation is easily reversible.
- It will bloat your file size by about three times on average.