# Functions
Compare - This function will compare two objects to make sure they are the
same and will return a boolean, an integer that tracks the number of problems
found, and a slice of strings that contain the detailed results, whether good or
bad.
Decode - This function is a simple wrapper for decoding JSON data.
New - This function will create a new STIX Attack Pattern object and return
it as a pointer.
# Structs
AttackPattern - This type implements the STIX 2 Attack Pattern SDO and
defines all of the properties and methods needed to create and work with this
object.