in reply to Re: Convert Non-standard C struct data to standard C struct
in thread Change the data to have the format which is like a C struct.

Yes, the data I have is a little similar with C struct. I would expect:

mm struct { a = 1; b = 3; m1 struct = { c = 4; d = 5; } e = 7; }