json string

  1. SaeedP

    What is the meaning of this part of code

    Hello, Can you please tell me what is the meaning of this code: return responseString!.choices[0].text; regards, Saeed
  2. J

    Question JSON processing in Visual Studio 2013 with IIS8 "=" have to be first

    I would like to process JSON in WepAPI 2.0 and in the JSON file must be = as a first char. If I post normal JSON [{ ... }] visual studio return NULL exception and variable "value" is NULL namespace MyProgram.Controllers { public class TestController : ApiController { // POST...
  3. D

    Is it possible to convert JSON data in C#?

    Hi there, I am DBA with zero C# programming experience however I would like to ask all C# programmers out there how they would handle large JSON data. Currently I have a very slow query when trying to convert filestream NVARBINARY(MAX) stored JSON data into NVARCHAR(MAX) from within SQL Server...
  4. D

    Question JSON Array to DataGridView

    Hello, I need to extract JSON string to display in DatagridView. If I pass the number of columns associated to the JSON string it works, but at a larger angle I need to use it for against any kind of JSON string. If you have used it earlier please share with me the C# code.
Back
Top Bottom