Changeset 13328
- Timestamp:
- May 30, 2012, 4:21:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/rpc-spec.txt
r12919 r13328 8 8 The JSON terminology in RFC 4627 is used. 9 9 10 In benc terms, a JSON "array" is equivalent to a benc list, 11 a JSON "object" is equivalent to a benc dictionary, 12 and a JSON object's "keys" are the dictionary's string keys. 13 10 JSON is fairly common now, but for the benefit of 11 torrent developers familiar with benc: 12 a JSON array is equivalent to a benc list, 13 a JSON object is equivalent to a benc dictionary, 14 and a JSON object's keys are the dictionary's string keys. 15 16 1.2 Resources 17 18 The command-line utility "transmission-remote" uses this RPC API. 19 Several developers have reported using its --debug JSON output as 20 a reference when developing/debugging their own code. 21 14 22 2. Message Format 15 23
Note: See TracChangeset
for help on using the changeset viewer.