• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Error-checking
        • Apt
        • Abnf
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Prime-field-constraint-systems
        • Soft
        • Bv
        • Imp-language
        • Event-macros
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Java
        • C
        • Syntheto
        • Number-theory
        • Cryptography
        • Lists-light
        • File-io-light
        • Json
          • Parser-output-to-abstract-syntax
          • Abstract-syntax
          • Concrete-syntax
          • Patbind-pattern
        • Built-ins
        • Solidity
        • Axe
        • Std-extensions
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Execloader
      • Axe
    • Testing-utilities
    • Math
  • Kestrel-books
  • Projects

Json

A library for JSON.

The JavaScript Object Notation (JSON) is described by:

  • The JSON web site.
  • The ECMA-404 Standard (2nd Edition, December 2017).
  • The ISO/IEC 21778:2017 Standard.
  • The RFC 8259, including errata.

These are all meant to be consistent, at least in defining the JSON format, although they may contain slightly different notations and recommendations.

Subtopics

Parser-output-to-abstract-syntax
A translator from the JSON parser's output to the JSON abstract syntax.
Abstract-syntax
An abstract syntax of JSON.
Concrete-syntax
Concrete syntax of JSON.
Patbind-pattern
b* binder for JSON pattern matching.