jsonnet-modifiers icon indicating copy to clipboard operation
jsonnet-modifiers copied to clipboard

Jsonnet library for modifying nested structures

Results 3 jsonnet-modifiers issues
Sort by recently updated
recently updated
newest added

So I can pin to a Semantic Version instead of a git hash. :)

enhancement

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...