Skip to main content

Module JsonEdit

Module JsonEdit 

Source

Functionsยง

DedupeJson ๐Ÿ”’
Recursively dedupe arrays within a JSON tree. Returns true if any duplicates were removed. Equality is structural (compares whole JsonValues), order is preserved, first occurrence wins. Object keys are already unique by JSON semantics, so we only descend into them.
JsonEdit
Dynamically modifies fields in a tauri.conf.json or tauri.conf.json5 file, including the sidecar path.