Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 863dbd9e99c6ae17a49fb8989959f18101f6f940
Ticket: c974e352d2fdc34a8d267cd23c4a76a779770b4d
Invalid float parsing in json2dict
User & Date: pda 2017-03-27 11:42:41
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    json2dict accept an invalid floating point number:
    
    % package require json
    1.3.3
    % json::json2dict .1
    1
    
    According to json.org, a number cannot start with a decimal point (0.1 is valid, .1 is not).
    
  5. foundin changed to: "1.18"
  6. is_private changed to: "0"
  7. login: "pda"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "ba69b1b3951296adee358cee3a51d0a1631f63cc"
  10. resolution changed to: "None"
  11. severity changed to: "Minor"
  12. status changed to: "Open"
  13. submitter changed to: "pda"
  14. subsystem changed to: "json"
  15. title changed to: "Invalid float parsing injson2dict"
  16. type changed to: "Bug"