Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Convert YAML to JSON using Json.NET by Anonymous
Environment version: 7.0.20

Type is type 1, value is ABC.
Type is type 3, value is DEF.
Type is type 1, value is GHI.
Type is type 3, value is JKL.
Type is type 3, value is MNO.

Deserialized and re-serialized XmlTest:
<?xml version="1.0" encoding="utf-16"?>
<xmltest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <type1>
    <tekst>ABC</tekst>
  </type1>
  <type2>
    <tekst>DEF</tekst>
  </type2>
  <type1>
    <tekst>GHI</tekst>
  </type1>
  <type2>
    <tekst>JKL</tekst>
  </type2>
  <type3>
    <tekst>MNO</tekst>
  </type3>
</xmltest>
Cached Result
Last Run: 9:49:10 pm
Compile: 0.06s
Execute: 0.16s
Memory: 12.97Mb
CPU: 0.22s