Method: Dhall::Import#as_json

Defined in:
lib/dhall/ast.rb

#as_jsonObject



1758
1759
1760
1761
1762
1763
1764
1765
1766
# File 'lib/dhall/ast.rb', line 1758

def as_json
  [
    24,
    integrity_check&.as_json,
    IMPORT_TYPES.index(import_type),
    PATH_TYPES.index(path.class),
    *path.as_json
  ]
end