Skip to content

Latest commit

 

History

History
266 lines (251 loc) · 26.4 KB

json.md

File metadata and controls

266 lines (251 loc) · 26.4 KB

Json

C++

Clojure

Go

Haskell

Java

JavaScript

JWT

JWT Python

Library

Python

Scala

Swift

XML

  • The reference to entity "xxx" must end with the ';' delimiter
    • solution; use escaping
      • " -> "
      • ' -> '
      • < -> &amp;lt;
      • > -> &amp;gt;
      • & -> &amp;amp;

YAML