No announcements
Found 1167092 threads
-
0 Votes
NewtonSoft JSON Error
I can't explain why it was working, but let's step back: when you are passing "features[i].properties.effective" to NewtonSoft, how did you expect it to understand what i means?Answered | 20 Replies | 1598 Views | Created by DDL19 - Saturday, November 18, 2017 6:57 PM | Last reply by David Ebbo - Saturday, November 18, 2017 10:26 PM -
1 Votes
Newtonsoft passing Property to a value C#
One way to do it is to deserialize the original JSON into a class hierarchy that matches the original structure, then copy the data to another set of classes with the target structure, ...Answered | 1 Replies | 652 Views | Created by diegodamage82 - Friday, May 22, 2020 9:58 PM | Last reply by Alberto Poblacion - Saturday, May 23, 2020 12:11 PM -
0 Votes
Convert Json file to textbox
Hi steve_henry, I have tested on my client based on your JSON value.Answered | 8 Replies | 5258 Views | Created by steve_henry - Friday, March 18, 2016 9:19 AM | Last reply by hadisworo - Wednesday, September 20, 2017 11:08 AM -
0 Votes
Convert Domian Model to JSON
I would suggest posting your question in one of the MS forum, Home › ASP.NET Forums »Answered | 1 Replies | 10087 Views | Created by python_and_chips - Wednesday, September 17, 2008 2:10 PM | Last reply by Shrikant Maske - Friday, October 24, 2008 9:43 AM -
0 Votes
Read JSON in C#
Hello Jassim, If you want to just convert the message body to json then Newtonsoft is a great, easy to use project for serializing json.Answered | 2 Replies | 3358 Views | Created by Jassim Rahma - Thursday, July 28, 2016 5:04 PM | Last reply by chilberto - Thursday, July 28, 2016 10:40 PM -
2 Votes
Convert generic list to json
Is this a question?Answered | 17 Replies | 58429 Views | Created by markgoldin - Friday, October 3, 2014 9:11 PM | Last reply by BonnieB - Sunday, September 13, 2020 12:12 AM -
0 Votes
question regarding Json .net
A simple web search brought back this page that list lots of JSON parsers.Answered | 1 Replies | 3570 Views | Created by poojs - Saturday, November 14, 2009 12:24 PM | Last reply by Joel Ivory Johnson - Saturday, November 14, 2009 1:32 PM -
1 Votes
JSON Documents from SQL query
Manage NuGet packages -> Search for "newtonsoft json" -> click install.Answered | 4 Replies | 3909 Views | Created by CSharp Enthusiast - Wednesday, July 22, 2020 12:30 AM | Last reply by CSharp Enthusiast - Thursday, July 23, 2020 12:17 AM -
2 Votes
How can i use the Json namespace ?
If you use new "newtonsoft json" library that will be great.Answered | 2 Replies | 1057 Views | Created by Chocolade1972 - Wednesday, November 4, 2015 11:19 PM | Last reply by Jigneshk - Thursday, November 5, 2015 12:33 AM -
4 Votes
Some JSON Help needed
OK the known bugs are fixed and the code now generates an object model that works with Newtonsoft.Answered | 19 Replies | 1196 Views | Created by Devon_Nullman - Tuesday, April 5, 2016 6:39 PM | Last reply by Devon_Nullman - Monday, April 11, 2016 4:13 PM -
0 Votes
Cannot Install Newtonsoft Json
User1231829591 posted It turns out the latest version of NewtonSoft Json does not work with Dotnet Framework 4.5.Answered | 1 Replies | 417 Views | Created by Anonymous - Saturday, February 11, 2017 2:26 PM | Last reply by Anonymous - Saturday, February 11, 2017 7:37 PM -
0 Votes
The type or namespace name 'Newtonsoft' could not be found
If still its not working try downloading NewtonSoft directly from https://github.com/JamesNK/Newtonsoft.Json/releases.Answered | 7 Replies | 46487 Views | Created by Jens Birk - Thursday, December 24, 2015 11:19 AM | Last reply by sendilg - Friday, December 25, 2015 5:12 PM -
1 Votes
Success with alternative JSON serializers?
@Andrew, we are investigated Jil's dynamic objects to see why they are not getting converted to JSON.Answered | 9 Replies | 1584 Views | Created by Andrew C. W. Davis - Thursday, October 30, 2014 4:02 PM | Last reply by Andrew C. W. Davis - Monday, November 17, 2014 3:51 PM -
0 Votes
Is it possible to get the oracle response in json format
You need to create a custom pipeline with the JSON encoder component in the Encode Stage of the pipeline.Answered | 3 Replies | 1167 Views | Created by Rajeshwari ML - Tuesday, May 10, 2016 7:51 AM | Last reply by Arindam Paul Roy - Tuesday, May 10, 2016 9:03 AM -
0 Votes
I can't add newtonsoft Json
User365175 postedok, so basically, my Newtonsoft Json is already installed on my solution.Answered | 1 Replies | 244 Views | Created by Anonymous - Monday, September 17, 2018 7:34 AM | Last reply by Anonymous - Monday, September 17, 2018 8:17 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 | 736 Views | Created by Zaid Mirza - Tuesday, September 22, 2015 12:20 PM | Last reply by Zaid Mirza - Wednesday, September 23, 2015 7:47 AM -
0 Votes
In Json can a name value pair have a name using a Guid?
In the main I convert the json to a dynamic: HttpWebResponse response = RESTfulRequest(REST); Stream dataStream = ...Answered | 2 Replies | 1342 Views | Created by elbilo - Monday, October 20, 2014 6:39 PM | Last reply by Kristin Xie - Tuesday, October 21, 2014 6:33 AM -
0 Votes
newtonsoft json question
User632428103 posted Hello all, @yzidell, as said x||| used newtonsoft for to decode the json receive ..Answered | 8 Replies | 67 Views | Created by Anonymous - Tuesday, May 1, 2018 9:46 PM | Last reply by Anonymous - Wednesday, May 2, 2018 5:47 PM -
2 Votes
How to create json array as a string with Object list
Up until the recent release, .NET doesn't have JSON support built in.Answered | 2 Replies | 599 Views | Created by Learning Rocks - Thursday, April 23, 2020 12:59 PM | Last reply by CoolDadTx - Thursday, April 23, 2020 2:00 PM -
0 Votes
Newtonsoft json deserialization not working as expected
What actually ended up working for me is this: dynamic json = ...Answered | 3 Replies | 2358 Views | Created by Anonymous - Thursday, May 12, 2016 5:41 AM | Last reply by Anonymous - Thursday, May 19, 2016 6:03 AM - Items 1 to 20 of 1167092 Next ›
No announcements