neoneo-go/pkg/vm/stackitem
Evgeniy Stratonikov e5fbf04529 stackitem: escape control characters in ToJSON()
Decoding uses `json.Decoder` which handles everything for us.
2021-03-02 10:47:02 +03:00
..
item.go vm: handle very big int creation properly 2020-10-07 11:50:42 +03:00
item_test.go vm: handle very big int creation properly 2020-10-07 11:50:42 +03:00
json.go stackitem: escape control characters in ToJSON() 2021-03-02 10:47:02 +03:00
json_test.go stackitem: escape control characters in ToJSON() 2021-03-02 10:47:02 +03:00
serialization.go state: allow to encode AppExecResult with recursive items 2020-12-18 13:04:31 +03:00
type.go state: allow to encode AppExecResult with recursive items 2020-12-18 13:04:31 +03:00
type_test.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00