mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
When bit sequence is trying to get key/value from the data store it should always unmarshall the json data before using it, as the data is JSON marshalled before storing it in the data store. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>