avwx-rest / avwx-api

REST API for parsing aviation weather data
https://avwx.rest
MIT License
71 stars 89 forks source link

Replace $ keys in cache #6

Closed JanC closed 6 years ago

JanC commented 6 years ago

Before serialising to mongo, travers recursively the data and replace any $ keys by _$ and vice versa when deserialising.

fixes #2

JanC commented 6 years ago

I referenced a wrong issue. this fixes #5