SDN-X / SuperConvert

SuperConvert is a C# library that provides easy and efficient conversion between JSON and various data formats.
https://superconvert.live
MIT License
14 stars 2 forks source link

Bug: Converting from json to datatable #1

Closed esamelzain closed 2 years ago

esamelzain commented 2 years ago

.ToDatatable() method converts only list of objects

esamelzain commented 2 years ago

Not a bug, to convert a JSON object to Datatable it should be a list of objects If one object it should be a list of one object