Difference between revisions of "Json"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== JavaScript Object Notation ==Context== The web where JavaScript rules. ==References== * [https://marcroussy.com/2020/08/17/deserialization-with-system-text-json...")
 
(References)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Full Title==
 
==Full Title==
JavaScript Object Notation
+
[[JavaScript]] Object Notation
 
==Context==
 
==Context==
The web where JavaScript rules.
+
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: Browser]]
 
[[Category: Standard]]
 
[[Category: Standard]]

Latest revision as of 17:12, 5 September 2024

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