• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • 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
            • Values
            • Object-member-values
            • Object-member-value?
            • Maybe-value
            • Object-member-value
            • Object-has-member-p
            • Object-member-values-aux
          • Concrete-syntax
          • Patbind-pattern
        • Built-ins
        • Solidity
        • Axe
        • Std-extensions
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Execloader
      • Axe
    • Testing-utilities
    • Math
  • Json

Abstract-syntax

An abstract syntax of JSON.

We define fixtypes for an abstract syntax of JSON. This is just a first version; we plan to make this more rich and precise.

Subtopics

Values
Fixtypes of JSON values.
Object-member-values
Retrieve the values associated to a member name in a JSON object.
Object-member-value?
Return the unique value associated to a member name in a JSON object, if the object has a member with that name.
Maybe-value
Fixtype of JSON values and nil.
Object-member-value
Return the unique value associated to a member name in a JSON object.
Object-has-member-p
Check if a JSON object has some member with a given name.
Object-member-values-aux