Devbeat-io / devtoys-extensions

Devbeat provide a number of free to use extensions for Devtoys.
MIT License
0 stars 0 forks source link

bug: value arrays not parsed corrctly #3

Closed cloudfy closed 2 weeks ago

cloudfy commented 2 weeks ago

details devbeat JsonToCsharp version: 1.0.7 devtoys version: 2.0.3-preview platform: Windows

repro Type the following json

{ "array" : [ 1, 2, 3] }

should translate to

public property int[] Array {get;set;}