mohansammeta

Results 1 issues of mohansammeta

Consider the below example : ``` { "my_structs": [ { "struct_with_a_and_b": { "a": 123 } }, { "struct_with_a_and_b": { "a": 111, "b": 123 } } ] } ``` Generated constant...