Skip to content

Commit

Permalink
Merge pull request #2343 from nickanderson/CFE-3388/3.15
Browse files Browse the repository at this point in the history
CFE-3388/3.15: Switched storejson example from inline to external from core
  • Loading branch information
nickanderson committed Jul 31, 2020
2 parents fdf5548 + 04bdabd commit 385a7cb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions reference/functions/storejson.markdown
Expand Up @@ -15,16 +15,7 @@ tags: [reference, io functions, functions, storejson, json, inline_json, contain

**Example:**

```cf3
vars:
"loadthis"
data => readjson("/tmp/data.json", 4000);
"andback"
string => storejson(loadthis);
reports:
"Converted /tmp/data.json to '$(andback)'";
```
[%CFEngine_include_example(storejson.cf)%]

**History:** The [collecting function][Functions#collecting functions] behavior was added in 3.9.

Expand Down

0 comments on commit 385a7cb

Please sign in to comment.