Add save to json/yaml (ctrl-w)
This commit is contained in:
@@ -29,5 +29,10 @@ class ObjectNode extends Node implements CollapsibleNode
|
||||
return new ObjectNode($properties);
|
||||
}
|
||||
|
||||
public function jsonSerialize(): mixed
|
||||
{
|
||||
return $this->properties;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user