Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
JSON.GetDoubleValue
Queries a floating point value of the JSON node.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 2.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "JSON.GetDoubleValue"; json ) More
Parameters
Parameter | Description | Example |
---|---|---|
json | A JSON text or reference. | "3.4" |
Result
Returns the value.
Description
Queries a floating point value of the JSON node.Examples
Queries double value:
MBS( "JSON.GetDoubleValue"; "3.4")
See also
Release notes
- Version 13.4
- Changed JSON.GetStringValue, JSON.GetBooleanValue, JSON.GetDoubleValue, JSON.GetIntegerValue and JSON.GetValue to return empty result if called with empty value.
- Version 12.1
- Fixed an issue with JSON.GetDoubleValue and related functions not passing number back with comma (and used dot) where comma would be appropriated. Broken in 12.0.
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 3th February 2016
