apoc.convert.setJsonProperty Procedure apoc.convert.setJsonProperty(node,key,complexValue) - sets value serialized to JSON as property with the given name on the node Signature apoc.convert.setJsonProperty(node :: NODE?, key :: STRING?, value :: ANY?) :: VOID Input parameters Name Type Default node NODE? null key STRING? null value ANY? null More documentation of apoc.convert.setJsonProperty