Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Dec 20, 2023
1 parent 26dd0bc commit da343ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usermanual.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ uses native JavaScript
[`JSON.parse()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) function
to cast data coming from measures (as text) to JSON native types. This functionality does not change the attribute type,
using the type specified in the config group or device provision, even if it is not consistent with the measures that
are coming.
As an example, for a given measure:
are coming. As an example, for a given measure:

```
a|1|b|1.01|c|true|d|null|e|[1,2,3]|f|['a','b','c']|g|{a:1,b:2,c:3}|h|I'm a string
Expand Down

0 comments on commit da343ee

Please sign in to comment.