Hi,
I have noticed that when I unmashall a json into an OrderedMap[string, any], internal structures are unmarshalled as map[string]any, so order is lost for internal fields ...
How can I overcome this problem?
I have writen a test case witch demonstrates this: om_test.go.txt