JSON parameters are no longer supported
timothy.rackley@fhr.com
After upgrading, I found that I can no longer copy/past JSON objects as parameters due to the double quote wrapping the key values. Supporting this use case would be helpful!
Also, when passing large objects as parameters, the UI is slowed considerably (10s of thousands of lines) but this was an issue in v1 as well.
Gregory King
Hey Timothy, thanks for taking the time to share your feedback. We'll evaluate the practicality of allowing a mode where we can convert a JSON input to cypher map equivalents.
In the meantime, a workaround using (apoc.convert.fromJsonMap)[https://neo4j.com/docs/apoc/current/overview/apoc.convert/apoc.convert.fromJsonMap/] might help? See attached example.