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 を使用していますが、緯度と経度のプロパティを数値にする必要があります。
JSONに数値を入れることができるはずです。したがって、それらを入れたい場合は、次のように送信してください:
{ "lat": 52.6234, "lon": 15.1231 }