How Can I index json data using NEST?
If I try to index some data in JSON, it gives me the following error :
MapperParsingException[Malformed content, must start with an object]
I saw we can do this using PlainElastic.Net etc.
Is there a way of doing it in NEST?