surrealpatch/util
Tobie Morgan Hitchcock 527f85f8e6 Implement both JsonMarshaler and JsonUnmarshaler
If a type only defines one-half of the symmetry (e.g. it implements MarshalJSON() but not UnmarshalJSON() ), then that type doesn't satisfy the codec encoding/decoding check and instead codec will not encode or decode the item using the special interface methods.
2017-11-24 10:55:13 +00:00
..
build Change name of 'vers' util package package 2016-02-28 19:20:22 +00:00
cert Add certificate extractor tests 2016-07-04 09:08:18 +01:00
comp Add ‘comp’ package for comparing ordering of data types 2017-11-16 19:54:54 +00:00
conv Improve ‘conv’ package for converting values to specific data types 2017-11-16 20:30:27 +00:00
cryp Return an error when data is corrupt 2016-09-14 17:02:48 +01:00
data Implement both JsonMarshaler and JsonUnmarshaler 2017-11-24 10:55:13 +00:00
deep Add package for deep copying 2016-09-12 16:47:07 +01:00
diff Improve and fix diff package 2017-11-16 19:54:54 +00:00
fake Add library for generating fake data 2017-06-09 18:59:03 +01:00
fncs Add ‘fncs’ package for all sql function commands 2017-11-16 20:31:20 +00:00
geof Add initial ‘geof’ package for geospatial functions 2017-11-16 20:30:56 +00:00
hook Add ‘hook’ package for retryable functions 2017-11-16 19:54:55 +00:00
indx Put index diffing code into a separate package 2017-11-16 19:54:54 +00:00
ints Add ‘ints’ package for returning bounded number values from arguments 2017-11-16 19:54:54 +00:00
keys Improve efficiency of database key encoding and decoding 2017-11-16 20:18:42 +00:00
lang Add inflection package 2017-02-20 10:26:26 +00:00
math Add ‘math’ package for all mathematical functions 2017-11-16 19:54:55 +00:00
nums Add package for formatting floats with certain decimal precision 2017-04-28 17:06:19 +01:00
pack Make use of direct byte encoding / decoding 2017-11-16 19:54:55 +00:00
rand Add rand package for generation of random numbers 2017-11-16 19:54:54 +00:00
show Improve error messages on REST API queries 2017-11-16 19:54:55 +00:00
snap Don't attempt encoding/decoding on empty []byte 2016-05-30 10:58:51 +01:00
text Add text package for specific functions on text strings 2017-11-16 19:54:54 +00:00
uuid Move tests to inside package 2016-05-17 22:35:36 +01:00