User Tools

Site Tools


cookbooks:5.5.x:transformations

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
cookbooks:5.5.x:transformations [2021/11/17 17:26]
miconda [{urialias.decode}]
cookbooks:5.5.x:transformations [2021/12/07 08:55]
miconda
Line 852: Line 852:
 </code> </code>
  
-===== Value Transformations  ===== 
  
-Exported by **pv** module. 
- 
-==== {val.json} ==== 
- 
-If value is $null, return empty string; if value is string, then it is escaped for use as json value (without surrounding quotes. 
- 
-<code c> 
-$var(x) = '"name" <sip:name@a.com>'; 
-$(var(x){val.json}) => \"name\" <sip:name@a.com> 
-</code> 
- 
-==== {val.n0} ==== 
- 
-Return integer 0 for values that are $null. 
- 
-<code c> 
-$sht(a=>x) = $null; 
-$(sht(a=>x){val.n0}) => 0 
-</code> 
cookbooks/5.5.x/transformations.txt ยท Last modified: 2021/12/07 08:55 by miconda