SerializeJSON with lowercase keys and override JSONConverter.java

@Terry_Whitney. Thanks for that. I am confused by your post. What is the purpose of that tweak? Is it some kind of speed improvement that impacts serialising?

Thanks,
Murray

This directly effects the network stack.
If you’re making a json call (or any communication request) to any other host, this will help speed up communication between the two hosts.

Fantastic, thank’s Terry. :slight_smile:

I will implement and read more about that.

Go well,
Murray

1 Like