updateValue abstract method

void updateValue(
  1. String path,
  2. Object value
)

Updates the value of the node at path to the given value.

Implementation

void updateValue(String path, Object value);