GoogleCloudPlatform / datastore-ndb-python

Client library for use with Google Cloud Datastore from within the Google App Engine Python runtime.
https://cloud.google.com/appengine/docs/standard/python/ndb/
Apache License 2.0
114 stars 48 forks source link

Use compact encoding for JsonProperty. This fixes #231. #273

Closed Erfa closed 7 years ago

Erfa commented 7 years ago

An easy way to make the JSON format more compact. It's still valid JSON, so this is should be completely safe to do.

wsh commented 7 years ago

Thank you!