From f4b59b166da9af47fe0f56d19157f12bc41c72e6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 18 May 2018 13:08:13 -0400 Subject: [PATCH] no more int-key mappings --- docs/proposed/http-storage-node-protocol.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index e84c81bcf..c7c868d4a 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -165,10 +165,6 @@ For example:: The response body includes encoded information about the created buckets. For example:: - .. XXX Share numbers are logically integers. - JSON cannot encode integer mapping keys. - So this is not valid JSON but you know what I mean. - {"already-have": [1, ...], "allocated": [7, ...]} Discussion