global

def to_json(*_args)

Internal: Returns a JSON string with the metadata of the build.
def to_json(*_args)
  JSON.pretty_generate(to_h)
end