Versions in this module Expand all Collapse all v1 v1.1.0 Jul 12, 2018 Changes in this version + func OpenWithOptions(filename string, options *intrinsics.ProcessorOptions) (*cloudformation.Template, error) + func ParseJSON(data []byte) (*cloudformation.Template, error) + func ParseJSONWithOptions(data []byte, options *intrinsics.ProcessorOptions) (*cloudformation.Template, error) + func ParseYAML(data []byte) (*cloudformation.Template, error) + func ParseYAMLWithOptions(data []byte, options *intrinsics.ProcessorOptions) (*cloudformation.Template, error) v1.0.0 Aug 18, 2017 Changes in this version + func Open(filename string) (*cloudformation.Template, error) + func Parse(data []byte) (*cloudformation.Template, error)