Hello,
has anyone found a practical way to import JSON formatted data
without using a plugin?
I want to import Star Citizen ship data, that's sitting on a web server in JSON form,
into a VoiceAttack profile. I thought about serializing the data, then importing it,
then de-serializing it again. But that would be cumbersome.
Thanks in advance,
Marcus