aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/java/com/yahoo/document/json/JsonWriterTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use base64 encoding with padding also for get/visitHenning Baldersheim2023-05-031-1/+1
* Skip padding of base64 encoded data.Henning Baldersheim2023-04-191-1/+1
* Support direct tensor renderingJon Bratseth2023-01-141-4/+4
* Handle type renderingJon Bratseth2023-01-131-3/+5
* Add option to ignore undefined fieldsJon Bratseth2022-07-041-1/+1
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+0
* Add tensor short form rendering to document/v1Lester Solbakken2022-05-291-1/+35
* configurable rendering of "position" structsArne H Juul2022-01-241-0/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Do not use chunked output for Base64-encoded raw fields in JSON outputTor Brede Vekterli2019-06-061-4/+6
* add empty string in array unit testArne Juul2018-09-271-1/+5
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Add tests for old formatfreva2017-02-201-0/+57
* Change fieldpath formatfreva2017-02-171-1/+1
* Remove outdated commentfreva2017-02-151-4/+0
* Updated serializer to new format, removed parsing of old format, fixed testsfreva2017-02-151-27/+8
* Move logic around.Haakon Dybdahl2017-02-101-1/+2
* Set end of feed on errors.Haakon Dybdahl2017-02-091-3/+3
* Revert "Revert "Dybdahl/refactor json reader""Haakon Dybdahl2017-02-091-4/+9
* Revert "Dybdahl/refactor json reader"Haakon Dybdahl2017-02-091-9/+4
* Move stuff around, not perfect yet..Haakon Dybdahl2017-02-091-3/+8
* Move token buffer to parse info.Haakon Dybdahl2017-02-091-1/+1
* Allow and handle empty reference fields in JSON feedTor Brede Vekterli2017-01-231-1/+24
* Add JSON serialization of non-empty reference fieldsTor Brede Vekterli2017-01-231-71/+112
* Revert "Revert "Revert "Revert "Bratseth/tensor type info in documents""""Jon Bratseth2017-01-171-14/+9
* Revert "Revert "Revert "Bratseth/tensor type info in documents"""Henning Baldersheim2017-01-161-9/+14
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-121-14/+9
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-121-9/+14
* Tensor type information in tensor document fieldsJon Bratseth2017-01-121-10/+1
* Merge with masterJon Bratseth2017-01-111-30/+18
|\
| * Expect 0 valueJon Bratseth2017-01-101-32/+19
* | Maintain TensorType in documentsJon Bratseth2017-01-101-7/+10
|/
* Towards always typed, fully specified tensorsJon Bratseth2016-12-041-6/+4
* Don't support tensor dimensions in JSON formatJon Bratseth2016-11-291-16/+1
* Voffeloff/documentupdate json serializer (#675)Vegard Sjonfjell2016-09-201-16/+15
* PublishJon Bratseth2016-06-151-0/+384