Added functions:
json_string_set
json_integer_set
json_real_set
While at it, clarify the documentation and parameter naming of
json_{string,integer,real}_value() a bit.
To build the documentation, invoke
sphinx-build . .build/html
in this directory. Then point your browser to .build/html/index.html.