Activity
fix(haxe): don't coalesce single null in array
fix(haxe): don't coalesce single null in array
fix(haxe): print Value::Float as f64
fix(haxe): print Value::Float as f64
refactor(haxe): rename value.rs -> value/mod.rs
refactor(haxe): rename value.rs -> value/mod.rs
Force push
refactor(haxe): move value::Float into it's own module
refactor(haxe): move value::Float into it's own module
fix(haxe): serialize NaN, +inf, and -inf correctly
fix(haxe): serialize NaN, +inf, and -inf correctly
refactor(haxe): change BTreeMap alias to Map
refactor(haxe): change BTreeMap alias to Map
feat(haxe): support serializing struct, object map, and int map
feat(haxe): support serializing struct, object map, and int map
refactor: fix some clippy warnings
refactor: fix some clippy warnings
Force push
feat(savetool): add serialization support
feat(savetool): add serialization support
Force push
feat(savetool): add serialization support
feat(savetool): add serialization support
feat(haxe): add basic serialization support
feat(haxe): add basic serialization support
Force push
refactor: move savetool cli code into it's module
refactor: move savetool cli code into it's module
feat(haxe): add support for date and custom
feat(haxe): add support for date and custom
feat(crypt): support passing key as flag
feat(crypt): support passing key as flag
feat: improve deserializer output format
feat: improve deserializer output format
fix: output flag was required before subcommand
fix: output flag was required before subcommand