DefineEncoding globally

JSONItems glitch, crash and complain a lot if strings don’t get .DefineEncoding(Encodings.UTF8) attached to every operation.

is it possible to just define this on a global scale for all strings, or per method or etc. ?

Generally the best place to define the encoding is when the data enters your app. Except in special situations, that encoding will be retained as you split or parse the data.