Export - CSV (All fields)
Export - CSV (Current fields)
GODRIVER-3476
Invalid JSON output for RegexGODRIVER-2017
UnmarshalExtJSON with errorGODRIVER-5
JSON parsing bug for quoted keysGODRIVER-762
Add support for directly marshaling arrays and slices to Extended JSONGODRIVER-712
ObjectId, json-omitemptyGODRIVER-1501
Incorrect parsing of extended JSON $dbPointerGODRIVER-2124
Audit the primitive package for encoding.Text(Un)Marshaler implsGODRIVER-314
Parse Extended JSON into BSONGODRIVER-756
Incorrect formatting of numbers with exponents in JSONGODRIVER-1927
Unexpected characters are reported as invalid numbersGODRIVER-1456
Extended JSON writer should escape keysGODRIVER-1520
Extended JSON lone $scope does not errorGODRIVER-1506
Extended JSON parsing doesn't restrict $timestamp fields to uint32GODRIVER-1521
Extended JSON $scope prone to panicsGODRIVER-1515
Extended JSON $numberDouble uses incorrect value for NaNGODRIVER-1500
Fuzz testing finds panics in Extended JSON parsingGODRIVER-1504
Unmarshaling attempts to parse top-level keys as extended JSONGODRIVER-1513
Extended JSON parsing allow escaping invalid charactersGODRIVER-1465
Create IssueGODRIVER-1235
Extended JSON can fail to parse if undefined document field contains a document or an arrayGODRIVER-328
Combine the extjson and bson packagesGODRIVER-694
UnmarshalExtJSON panics with invalid jsonGODRIVER-725
Numbers that look like integers but are too big should be treated as doublesGODRIVER-33
Implement Extended Json SpecificationGODRIVER-1525
Extended JSON parser doesn't handle nested structGODRIVER-1505
Extended JSON parsing doesn't restrict subtype to 1 or 2 charactersGODRIVER-1596
Issues with Time unmarshallingGODRIVER-1519
Extended JSON use of math.BigInt can hang on large inputsGODRIVER-1518
Extended JSON doesn't validate regular expression optionsGODRIVER-1512
Legacy $regex extended JSON not parsedGODRIVER-1514
Extended JSON $date incorrectly parses single-digit hoursGODRIVER-1502
Extended JSON parsing mishandles invalid $codeGODRIVER-1517
Extended JSON $date incorrectly parses integer literalsGODRIVER-1503
Extended JSON parsing does not error on control characters in stringsGODRIVER-1947
UnmarshalExtJSON doesn't handle escaped surrogate pairsGODRIVER-1597
Issues with Time unmarshallingGODRIVER-1008
Backport "extjson date parser doesn't work for dates after the year 2262"GODRIVER-1176
Data race somewhere in bsoncodecGODRIVER-1020
Primitive UnmarshalJSON method should return a zero'd objectId when the field is empty instead of a decode errorGODRIVER-1328
Loosen strictness of date parsing in the driverGODRIVER-847
Cannot retrieve/decode value form camelcase fieldsGODRIVER-859
Error Decoding structGODRIVER-393
byte stream parsed with extjson and encoded to a document results in extjson looking objectsGODRIVER-742
Supported parsing extended JSON containing $date without $numberLongGODRIVER-627
How to convert bson.Document to valid JSONGODRIVER-700
JSON scanner fails when underlying reader reads less than the requested bytes and also returns io.EOFGODRIVER-1166
The extJSONValueReader should honor the error of its underlying readerGODRIVER-630
EXT JSON Parser Empty Object HandlingGODRIVER-473
toExtJSON does not escape double quotes in strings
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0