SetSerializeOptions(t)
t
. The table can contain the following tags:
NoLowerCase:
True
if the serializer shouldn't automatically convert all
key names to lower case. Hollywood's inbuilt JSON serializer currently
converts all key names to lower case when using the serialization modes
#SERIALIZEMODE_HOLLYWOOD
and #SERIALIZEMODE_NAMED
. External serializers
like plugins might interpret this option differently. Defaults to False
.
Note that this function will globally change the serialization options. You
can also change the serialization options locally by setting the Options
tag in
the optional table arguments of functions like SerializeTable().
See SerializeTable for details.