SerializedDataConverter
SerializedDataConverter copied to clipboard
Convert between serialized data formats (plist | json | yaml)
### 1. Summary It would be nice, if would be possible automatically convert files, that contains certain symbols to files with specific extension (similar as [**`contains` rule in ApplySyntax package**](http://facelessuser.github.io/ApplySyntax/usage/#content-rule))....
Without luck, I've been trying to run any command defined by the plugin (ex: **serialized_yaml_to_plist**) via a build system. I keep getting `Unable to find target command: serialized_plist_to_json`.. Build file:...