You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I get the follwing for str: {"TIMESTAMP":{"$gte":[{"$date":1420070400000}]}} (using jsonlite 1.5 on R 3.4.0) and the brackets around the "$date" object make the query invalid. I don't see a way of getting rid of them using jsonlite::toJSON. Is this a bug?
The text was updated successfully, but these errors were encountered:
@jeroen suggested the following approach to build a mongolite query using jsonlite here:
However, I get the follwing for str:
{"TIMESTAMP":{"$gte":[{"$date":1420070400000}]}}
(using jsonlite 1.5 on R 3.4.0) and the brackets around the "$date" object make the query invalid. I don't see a way of getting rid of them using jsonlite::toJSON. Is this a bug?The text was updated successfully, but these errors were encountered: