Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过 REST 接口添加具有非字符串属性的注释?我在我的应用程序中使用 neo4j-spatial,它要求 lat 和 lon 属性为数字。
您应该能够在 JSON 中输入一个数字。所以如果你想把那些,只需发送:
{ "lat": 52.6234, "lon": 15.1231 }