Skip to content

Commit

Permalink
json: some enhancements to the docs
Browse files Browse the repository at this point in the history
- referring to jansson module for more complex json operations
- added id to exported function section
  • Loading branch information
miconda committed May 16, 2016
1 parent ee11732 commit 64f4999
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion modules/json/README
Expand Up @@ -47,7 +47,10 @@ Chapter 1. Admin Guide

1. Overview

This module provides operations on json strings.
This is a simple module allowing to retrieve values from a JSON string.

For more complex operations with JSON documents, see the JANSSON
module.

2. Dependencies

Expand Down
9 changes: 7 additions & 2 deletions modules/json/doc/json_admin.xml
Expand Up @@ -14,7 +14,12 @@
<section>
<title>Overview</title>
<para>
This module provides operations on json strings.
This is a simple module allowing to retrieve values from
a JSON string.
</para>
<para>
For more complex operations with JSON documents,
see the JANSSON module.
</para>
</section>

Expand Down Expand Up @@ -51,7 +56,7 @@

<section>
<title>Functions</title>
<section>
<section id="json.f.json_get_field">
<title>
<function moreinfo="none">json_get_field(json_string, field_name, destination)</function>
</title>
Expand Down

0 comments on commit 64f4999

Please sign in to comment.