Click here to Skip to main content
15,885,537 members
Everything / JSON

JSON

JSON

Great Reads

by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Robert_Dyball
Add JSON Web Token Authentication (JWT) using OpenIDDict to our ASP.NET Core + Angular 2 SPA. Source includes VS2015 and VS2017 versions.
by wmjordan
This is a fork of "fastJSON" with new power to control many aspects in JSON serialization and deserialization, such as, serializing interface instances (polymorphic serialization) and private types, including or excluding members, performing data conversions, conditional serialization, etc.
by dnxit
MVC .NET Core 3.1 Dynamic Role based authorization using Authorization Handler & Custom Authorize Policy

Latest Articles

by honey the codewitch
Implementing a simple JSON parser with Visual FA
by honey the codewitch
Generate a web browsable interface to your archived TV show content
by honey the codewitch
If you're putting together templates or other messes using JSON and C# this may be the ticket for you.
by honey the codewitch
Stream JSON efficiently on little devices with minimal flash and memory usage

All Articles

Sort by Score

JSON 

11 Nov 2020 by DotNetLead.com
Drag and drop behaviour in WPF
31 May 2016 by Hamid Mosalla
Dynamically building JSON tree for use In JavaScript components using C#
16 Jun 2015 by Sander Rossel
The fifth in a series on MEAN web development.
6 May 2016 by Sacha Barber
WebApi POST + [ISerializable] + JSON .NET
8 Nov 2020 by DotNetLead.com
This article shows you how to add Windows Authentication to Angular and .NET Core Web API projects.
1 Dec 2011 by Gil Fink
Converting JSON serialized .NET DateTime to JavaScript Date.
28 Jan 2014 by Kashif Akhter
ASP.NET Ajax Application Architecture (jQuery, jSon, .NET ScriptService)
31 May 2016 by Sibeesh Passion
How to format or style the JSON you get from the server
13 Jun 2017 by Rion Williams
Options for configuring ASP.NET core application settings
27 Feb 2011 by Gil Fink
My SDP Lecture Interview
23 Jul 2012 by danielthesolver
If you are the type of programmer that deals with JSON objects a lot, you are probably familiar with some online programming tools to print out the JSON in a very “pretty” format. These tools not only make dealing with JSON easier and … Continue reading →
25 Dec 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, I will tell you the trick to convert JSON string property to C# Object using Newtonsoft.
9 Jan 2017 by Dennis E White
An example for a realtime application where users can collaborate on a shared html5 canvas using a jQuery plugin
18 Apr 2017 by Alvin Bunk
Simplified Web Development with JSON and the Twig Ternary Operator
1 Sep 2017 by Sacha Barber
This article will focus on a simple REST example in Scala. It's an intermediate post that the next one will build on, I just thought it might be useful to show this one in isolation, before we move on to the real one which is to allow interactive queries over live Kafka streams.
20 Sep 2017 by Sacha Barber
Play Framework Reactive Kafka producer
26 May 2011 by AshwinRayaprolu
Struts2, JSON , JQGrid with Annotations
13 Jun 2011 by DevAffair
An example to demonstrate the power and accessibility JSON offers to developers.
9 Feb 2015 by madan535
How to display existing files on server in dropzone js using ASP.NET MVC
17 Feb 2015 by Arian Celina
Outputting JSON Data with PHP
29 Jun 2015 by John Atten
How to use JSON type and aggregate functions to map relational data to JSON
27 Jul 2015 by Karl Stoney
An article explaining how to add a build step to Jenkins which checks your NPMs package.json for outdated modules
21 Nov 2015 by AshwinRayaprolu
Struts2, JSON, JQGrid with annotations
16 Nov 2016 by Sacha Barber
Last time we talked about routing within Akka. This time we will be looking at Akkas support for http.
21 Nov 2019 by Jeremy Likness
Add dynamic search to a static Hugo website with custom templates to generate JSON and JavaScript to parse the results.
24 Sep 2021 by Jason Sultana
Create an Insomnia-First swagger page, so your API can easily be consumed by Insomnia, all in one click
5 Apr 2013 by Irina Pykhova
How to parse JSON to C# in WinRT, Silverlight, WPF, Windows Phone.
21 Jun 2016 by Afzaal Ahmad Zeeshan
JSON format of data interchange and its use with C#
16 Aug 2018 by Sander Rossel
Taking Continuous Deployment one step further by deploying your infrastructure to Azure using Azure Resource Manager Templates, or ARM Templates. The post ARM Templates to Deploy your Resources to Azure appeared first on Sander Rossel.
21 Jul 2021 by Jeremy Likness
In this blog post I look at what GraphQL is, share benefits and challenges, review the current .NET ecosystem, and walk you through some hands-on examples.
20 Jun 2016 by Keyhole Software
JSON web tokens with Spring Cloud microservices
31 Jul 2020 by Chinmoy Mohanty
How to use JSON in an ASP.NET application over a REST service using WebApi
17 Dec 2015 by Talking Dotnet
A closer look at various JSON files in ASP.NET 5
27 May 2013 by Tharaka MTR
Some online tools for troubleshooting web, SQL, XML and JSON
9 Mar 2015 by jgauffin
New HTTP support for Command/Queries in Griffin Framework
27 Aug 2020 by Ricardo_Torres_Torres
Learn to create an API in .NET Core
10 Aug 2022 by Jason Sultana
How to add configuration to Web API and other project types
16 Mar 2015 by Sander Rossel
The seventh in a series on web development.
16 Feb 2011 by ozkary
Serialize JSON Object to String
14 Jul 2017 by hexgear
In this article, I will share how to parse JSON using JSON-Java in Android, however the snippet is not limited to Android only.
1 Dec 2016 by levelnis
This is part 3 of a 4-part series on using DataTables with WebAPI.
6 Jun 2011 by DevAffair
Looping through JSON object properties in JavaScript.
28 Jul 2020 by Ahmed Bouchefra
In this tutorial, we’ll build by example a modal popup using Angular 10 Material.
28 Jul 2020 by Ahmed Bouchefra
In this example, we’ll see how to import HttpclientModule in Angular and use HttpClient to send an http Ajax GET request to JSON REST API servers.