Mikhail Fursov
Mikhail Fursov
I added a popular org.json package that is used by number of developers and it's ApacheV2 clone: openjson. I believe it could be really useful to see how major JSON...
Today console-log-json pulls object properties passed as args to the top level. Example: ```javascript console.log('Hello', {a: 1}, {a: 2}, {a: 3}, 'World', {a: 4}); ``` results to ```json {"level":"info","message":"Hello -...
This code contains an unused variable (`cdnUrl`) and this may be a bug: ```typescript if (this._config.loadOnInitialization && !SegmentService._segmentInstance.instance?.initialized) { if (this._config.segmentHost) { // Deprecated option const cdnUrl = 'https://' +...