i_edit_json 0.1.0

A lightweight, high-performance tool for editing JSON based on field paths
Documentation
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

# for ps1 files
[*.ps1]
end_of_line = crlf
charset = utf-8

[*.yml,*.yaml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8