I'm trying to insert some data in the compass and the formwork shows to me as below:
/**
* Paste one or more documents here
*/
{
"_id": {
"$oid": "6065bca3dad082deb74c05bc"
}
}
I think maybe I should input in this way, but it dosen't work:
/**
* Paste one or more documents here
*/
{
"_id": {
"$oid": "6065bca3dad082deb74c05bc"
}
"username":{
"wpx"
}
}
How should I do, thanks!