blob: e7abfe193e5b058a3527a53ff296421cf838c021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# rlm_json
## Metadata
<dl>
<dt>category</dt><dd>policy</dd>
</dl>
## Summary
Parses JSON strings into an in memory format and permits creating
JSON documents from RADIUS attributes, using the json-c library.
Implements a very simple xpath-like query syntax, allowing values
to be extracted and added to the request as attributes.
|