NAME
JSON::Karabiner::Manipulator - manipulator object for containing and outputting json data to file
DESCRIPTION
Please see the JSON::Karabiner for thorough documentation of this module. Methods are listed below for tecnical reference purposes only.
new_manipulator()
add_action($type)
add_condition($type)
add_parameter($name, $value)
add_description($description)
set_filename($filename)
set_rule_name($rule_name)
set_save_dir($save_dir)
set_title($title)
write_file([$title], [$filename]);
VERSION
version 0.018
AUTHOR
Steve Dondley <s@dondley.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Steve Dondley.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.