eptx
eptx
`from flatten_json import flatten from flatten_json import unflatten data = { "a": 1, "b": 2, "c": [{"d": [2, 3, 4], "e": [{"f": 1, "g": 2}]}] } print(data) flatData = flatten(data)...
### Describe the bug Followed compile warnings until compile error. ### Reproduction Steps With this code: ```v import x.json2 fn main() { json_str := '{"data": [{"name":"bob"}, {"name":"tom"}]}' decoded := json2.raw_decode(json_str)...
### Describe the feature How would this be configured in Lazyvim? ### Use Case Using Lazyvim ### Other Information _No response_
**V version:** V 0.3.1 f7f0e0b **OS:** MacOS 12.6 **What did you do?** _Tried to fix the following error..._ ``` error: generic struct cannot be used in non-generic function 109 |...