Documentation
¶
Overview ¶
Package parse implements diff parsers for each supported format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSON ¶ added in v0.5.0
JSON computes a semantic diff between two JSON byte slices. It walks both parse trees simultaneously and produces a DiffNode tree.
func Terraform ¶ added in v0.5.0
Terraform parses a Terraform plan JSON (from `terraform show -json`) and produces a DiffNode tree grouped by resource change.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.