time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (432B)


      1 
      2 {{alias}}( key, value )
      3     Revives a JSON-serialized 64-bit complex number.
      4 
      5     Parameters
      6     ----------
      7     key: string
      8         Key.
      9 
     10     value: any
     11         Value.
     12 
     13     Returns
     14     -------
     15     out: any
     16         Value or complex number.
     17 
     18     Examples
     19     --------
     20     > var str = '{"type":"Complex64","re":5,"im":3}';
     21     > var z = {{alias:@stdlib/utils/parse-json}}( str, {{alias}} )
     22     <Complex64>
     23 
     24     See Also
     25     --------
     26