LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
175 stars 31 forks source link

Add Fix support to set a JSONPath value to null/undef #360

Closed phochste closed 5 years ago

phochste commented 5 years ago

E.g.

set_undef(my.deep.field)

or

set_field(my.deep.field,~~) # or some special undef indicator
nicolasfranck commented 5 years ago

add(field) already does that

maybe

remove(field)
add(field)