kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 116 forks source link

Issue with MongoDB Extended JSON #111

Open azambranogalbis-etraid opened 9 years ago

azambranogalbis-etraid commented 9 years ago

Hi,

I have found problems when trying to post a JSON message containing MongoDB extended elements. For instance, trying to post the following message returns a 500 Internal Server Error: {"timestamp":{"$date":1436456163097},"full_log":"test"}

kahmali commented 9 years ago

I'm away on vacation and don't have much time to look into this. Could you provide a sample repository that demonstrates the problem? That would help me a lot.