stixex v0.1.1 StixEx View Source
Documentation for StixEx, a STIX implementation.
Refer to http://docs.oasis-open.org/cti/stix/v2.0/cs01/part1-stix-core/stix-v2.0-cs01-part1-stix-core.html#_Toc496709269 for specification details
Author's note: To whoever designed this "standard", go hecc yourself.
Link to this section Summary
Functions
Load a stix bundle from file
Link to this section Functions
Link to this function
load(filename, opts \\ [format: :autodetect]) View Source
Load a stix bundle from file
iex> StixEx.load("my_bundle.json")
%{:ok, %StixEx.Bundle{
# stuff here
}