No announcements
Found 2112599 threads
-
0 Votes
Deserializing a JSON array of mixed types
Hi Mike, In addition to what Juyu mentioned, you should also add the certain custom types(that will be deserialized from the JSON ...Answered | 3 Replies | 12149 Views | Created by MikeHixson - Monday, October 11, 2010 12:46 AM | Last reply by krisragh - Wednesday, October 13, 2010 4:01 AM -
1 Votes
Deserialize Json object
Hello, I have not that much experience with JSON, but I recently worked on an example were we use the Json.NET library to handle JSON ...Answered | 3 Replies | 2188 Views | Created by Deeptendra - Friday, April 19, 2013 10:04 AM | Last reply by Bazzzy - Thursday, April 25, 2013 7:41 AM -
2 Votes
How to deserialize JSON to an C# object
Hi r31416, The quickest method of converting between JSON text and a .NET object is using the JsonSerializer.Answered | 1 Replies | 2483 Views | Created by r31416 - Thursday, January 16, 2014 8:57 PM | Last reply by Eason_H - Friday, January 17, 2014 2:03 AM -
0 Votes
Deserialize List of Dictionary in JSON
var json = JsonConvert.SerializeObject(listOfDict, new JsonSerializerSettings { TypeNameHandling = TypeNameHandling.Auto, TypeNameAssemblyFormat = ...Answered | 3 Replies | 15945 Views | Created by KapoorHarsh - Monday, February 18, 2013 6:37 PM | Last reply by sveinrune - Wednesday, February 20, 2013 6:56 PM -
2 Votes
Deserializing JSON
The following tips are suggested just based on the JSON string.Answered | 4 Replies | 1402 Views | Created by Johngeh - Monday, May 5, 2014 10:39 PM | Last reply by Johngeh - Tuesday, May 6, 2014 7:50 PM -
5 Votes
Can't deserialize JSON string
Hi, Well this tutorial might help you out in parsing JSON, this tutorial also has some links that would help you doing ...Answered | 5 Replies | 6284 Views | Created by senloe - Saturday, February 19, 2011 8:38 PM | Last reply by Saad Mahmood - Tuesday, August 13, 2013 7:40 AM -
0 Votes
Json deserialization without knowledge of the key
http://dotnetbyexample.blogspot.in/2012/01/json-deserialization-with-jsonnet.html Rohit KatariyaAnswered | 4 Replies | 1728 Views | Created by Rohit Katariya - Saturday, April 20, 2013 7:20 AM | Last reply by Rohit Katariya - Saturday, April 20, 2013 6:22 PM -
0 Votes
deserialize json string builder object to c# object
type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/837493e9-82fb-41fc-80ad-b09afbef3cc2?Answered | 2 Replies | 10902 Views | Created by Ganesh_Chennai - Tuesday, October 19, 2010 1:11 PM | Last reply by Mike Dos Zhang - Thursday, October 21, 2010 7:15 AM -
0 Votes
Cannot deserialize the current JSON object into type 'System.Collections.Generic.Lis
This URL https://www.crowdwithus.london/api/endpoint/38FF9517A0E955C14A84336919F507DA1785E77E2EA79335A3930E59E3F3B7CD/deals/31 returns JSON formatted as.Answered | 4 Replies | 639 Views | Created by Anonymous - Friday, October 18, 2019 6:57 PM | Last reply by Anonymous - Saturday, October 19, 2019 11:01 AM -
0 Votes
Deserializing JSON Object Returned By Rest WEB Service
Most people working with JSON use the NewtonSoft JSON.NET NuGet package.Answered | 5 Replies | 811 Views | Created by Zaid Mirza - Tuesday, September 22, 2015 12:20 PM | Last reply by Zaid Mirza - Wednesday, September 23, 2015 7:47 AM -
3 Votes
Deserialization: Object of type <type> cannot be converted to type <type>.
I am getting errors with Designer's deserialization of my classes.Answered | 7 Replies | 16783 Views | Created by Douglas Hauck - Friday, July 17, 2009 1:43 PM | Last reply by weciii - Thursday, January 26, 2012 8:35 PM -
2 Votes
Issues with JSON Deserialize
Hi, The question relating to JSON Deserialize is beyond the scope of this forum, I'm moving the thread to: where is the forum for... forum.Answered | 2 Replies | 13464 Views | Created by Pyromanci - Wednesday, March 24, 2010 5:45 PM | Last reply by Ed Price - MSFT - Monday, February 18, 2013 5:37 AM -
3 Votes
Deserialize JSON on WinCE and NET35
https://stackoverflow.com/questions/8901099/json-net-on-windows-ce-dotnet-2 CF 2.0 should be compatible with 3.5.Answered | 2 Replies | 8604 Views | Created by SteMMo - Thursday, June 22, 2017 9:50 AM | Last reply by SteMMo - Wednesday, September 27, 2017 8:01 AM -
2 Votes
How to deserialize json and bind it to datagridview
Hi , You can refer below link http://stackoverflow.com/questions/11981282/convert-json-to-datatable Or use ...Answered | 4 Replies | 12326 Views | Created by Ivy2014 - Friday, August 28, 2015 12:22 PM | Last reply by Ivy2014 - Saturday, August 29, 2015 4:34 PM -
0 Votes
JSON deserialization with JSON.NET or JavaScriptSerializer
Hi, I try deserialize JSON string in this format: { "newNickInfo": { "2775040": { ...Answered | 2 Replies | 10288 Views | Created by jminarik - Sunday, November 14, 2010 12:29 PM | Last reply by jminarik - Wednesday, November 17, 2010 3:20 PM -
0 Votes
Deserialize to object
Hi Sigurd, According to this page, https://msdn.microsoft.com/en-us/library/bb412179(v=vs.110).aspx, you need to read the json file to MemoryStream ...Answered | 3 Replies | 1045 Views | Created by Sigurd F - Tuesday, February 24, 2015 10:17 PM | Last reply by Herro wong - Sunday, March 1, 2015 7:03 AM -
0 Votes
Serialize Treeview to JSON and Deserialize back to Treeview
Hi itsaliakber5253, I would suggest that you use JSON.Net(link as below) to serialize and deserialize your treeNode.Answered | 2 Replies | 10035 Views | Created by itsaliakber5253 - Wednesday, February 10, 2016 4:28 PM | Last reply by MrBjornH - Monday, June 15, 2020 10:51 AM -
0 Votes
deserializing a JSON object containing array of arrays
You should receive the values to an array of arrays, then convert them into your data type using the OnDeserialized callback for the serializer:Answered | 1 Replies | 7732 Views | Created by JohnnyC - Monday, January 19, 2009 9:27 PM | Last reply by Carlos Figueira - Monday, January 19, 2009 10:10 PM -
3 Votes
storing deserialized xml in object data type
If you have an object in your "utility class" you should be able to assign that directly to an SSIS Object typed variable and pass that around and use it as ...Answered | 6 Replies | 5212 Views | Created by martin mjm - Thursday, June 14, 2012 3:12 PM | Last reply by martin mjm - Tuesday, June 26, 2012 6:24 PM -
0 Votes
Deserialize multiple objects with DataContractJsonSerializer
You can, however, initialize the serializer with its type (GetType(MyMember())).Answered | 2 Replies | 12339 Views | Created by J.R. Brown - Friday, February 18, 2011 3:39 PM | Last reply by Carlos Figueira - Friday, February 18, 2011 7:16 PM - Items 1 to 20 of 2112599 Next ›
No announcements