Difference between revisions of "Json"
From MgmtWiki
(→References) |
(→References) |
||
Line 6: | Line 6: | ||
==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: Glossary]] | ||
[[Category: Standard]] | [[Category: Standard]] |
Revision as of 17: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.
References
- Deserializing an unknown type in JSON.NET
- Blog post for System.Text.Json release on 2019-06-13,