Closed AsterDY closed 2 months ago
https://github.com/cloudwego/dynamicgo/blob/497e7b3c4b54b03efcfa5eb4d3977b6debbc7d28/conv/j2p/decode.go#L420 this code may panic if parsed JSON key is not defined in IDL. need repair it.
fixed by #52
https://github.com/cloudwego/dynamicgo/blob/497e7b3c4b54b03efcfa5eb4d3977b6debbc7d28/conv/j2p/decode.go#L420 this code may panic if parsed JSON key is not defined in IDL. need repair it.