lean4-htt/src/Lean/Data/Json.lean
2025-07-25 12:02:51 +00:00

16 lines
383 B
Text

/-
Copyright (c) 2019 Gabriel Ebner. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Gabriel Ebner, Marc Huisinga
-/
module
prelude
public import Lean.Data.Json.Stream
public import Lean.Data.Json.Printer
public import Lean.Data.Json.Parser
public import Lean.Data.Json.FromToJson
public import Lean.Data.Json.Elab
public section