| Ticket UUID: | 2768634 | |||
| Title: | cannot get last integer correctly | |||
| Type: | Bug | Version: | None | |
| Submitter: | kanryu6 | Created on: | 2009-04-16 13:55:53 | |
| Subsystem: | json | Assigned To: | hobbs | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2009-04-18 06:22:35 | |
| Resolution: | None | Closed By: | kanryu6 | |
| Closed on: | 2009-04-17 23:22:35 | |||
| Description: |
the following, it is not correctly.
% json::json2dict {{"k" : 1.0
}}
k {1
}
%
that should be
% json::json2dict {{"k" : 1.0
}}
k 1
%
| |||
| User Comments: |
kanryu6 added on 2009-04-18 06:22:35:
allow_comments - 1 I fixed myself for CVS HEAD. kanryu6 added on 2009-04-16 20:55:54: File Added - 323069: json.tcl.patch | |||
Attachments:
- json.tcl.patch [download] added by kanryu6 on 2009-04-16 20:55:54. [details]
