Join Slack
Powered by
HashMap<String, Object> hmap = new HashMap&l...
# community-help
r
Raj t
01/30/2023, 5:24 PM
HashMap<String, Object> hmap = new HashMap<>(); hmap.put("countryName","India"); hmap.put("capital","Delhi"); hmap.put("gdp", 10); client.collections("contryName").documents().create(hmap);
Open in Slack
Previous
Next