aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/json/marshal.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Change implicit semicolon rules for record types within procedure bodies; Upd...gingerBill2019-10-061-4/+3
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-2/+2
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-151-2/+2
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-281-4/+4
* Fix slicing issue; Change path of math/bits in package json #363gingerBill2019-03-301-1/+1
* Make encoding/json use []byte rather than stringgingerBill2019-01-071-2/+50
* json.marshalgingerBill2019-01-061-0/+283