jsonnet-modifiers
jsonnet-modifiers copied to clipboard
Jsonnet library for modifying nested structures
So I can pin to a Semantic Version instead of a git hash. :)
The current code is able to change values for selector paths which already exist in the obj. It would be nice if there were support for 'upsert' which would update...
The need for this was mentioned here: https://groups.google.com/d/msg/jsonnet/4gaCg_l3ZsA/NeGpAgIGCAAJ And here: https://groups.google.com/forum/#!topic/jsonnet/1nEJOYmS78I Related: - Deep indexing, i.e. just extracting the parts of deeply nested data - Safe indexing/changing (ignoring/creating fields that...