Difference between revisions of "Json"

From MgmtWiki
Jump to: navigation, search
(Context)
(Context)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
JavaScript Object Notation
 
JavaScript Object Notation
 
==Context==
 
==Context==
The web where JavaScript rules. But mostly about the parts that are useful to [[Identity Management]].
+
The web where JavaScript rules. But mostly about the parts that are useful to [[Identity Management]] running on .NET 5 and above.
  
 
==References==
 
==References==
 
* [https://marcroussy.com/2020/08/17/deserialization-with-system-text-json/ Deserializing an unknown type in JSON.NET]
 
* [https://marcroussy.com/2020/08/17/deserialization-with-system-text-json/ Deserializing an unknown type in JSON.NET]
 +
* [https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis/ Blog post for System.Text.Json] release on 2019-06-13,
  
 +
[[Category: Glossary]]
 
[[Category: Standard]]
 
[[Category: Standard]]

Latest revision as of 18:36, 13 July 2021

Full Title

JavaScript Object Notation

Context

The web where JavaScript rules. But mostly about the parts that are useful to Identity Management running on .NET 5 and above.

References