Converting a dataset to JSON using .NET 3.5 in C#

前端 未结 5 1642

I have been searching for a simple way to convert a dataset from a PostgreSQL database to JSON for use in a project that I am building.

This is my first time using J

5条回答
  •  别那么骄傲
    2020-12-19 09:25

    Maybe you've heard about the system.runtime.serialization.json namespace in the newly announced .NET Framework 4.0.

提交回复
热议问题