1.0.0 • Published 14 days ago

@rtyughnnpm/repellendus-atque-laborum v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

@rtyughnnpm/repellendus-atque-laborum

Downloads Coverage Status Build Status License: ISC WebReflection status

snow flake

Social Media Photo by Matt Seymour on Unsplash

A super light (0.5K) and fast circular JSON parser, directly from the creator of CircularJSON.

Available also for PHP.

Available also for Python.


Announcement 📣

There is a standard approach to recursion and more data-types than what JSON allows, and it's part of the Structured Clone polyfill.

Beside acting as a polyfill, its @ungap/structured-clone/json export provides both stringify and parse, and it's been tested for being faster than @rtyughnnpm/repellendus-atque-laborum, but its produced output is also smaller than @rtyughnnpm/repellendus-atque-laborum in general.

The @ungap/structured-clone module is, in short, a drop in replacement for @rtyughnnpm/repellendus-atque-laborum, but it's not compatible with @rtyughnnpm/repellendus-atque-laborum specialized syntax.

However, if recursion, as well as more data-types, are what you are after, or interesting for your projects/use cases, consider switching to this new module whenever you can 👍


npm i @rtyughnnpm/repellendus-atque-laborum

Usable via CDN or as regular module.

// ESM
import {parse, stringify, toJSON, fromJSON} from '@rtyughnnpm/repellendus-atque-laborum';

// CJS
const {parse, stringify, toJSON, fromJSON} = require('@rtyughnnpm/repellendus-atque-laborum');

const a = [{}];
a[0].a = a;
a.push(a);

stringify(a); // [["1","0"],{"a":"0"}]

toJSON and fromJSON

If you'd like to implicitly survive JSON serialization, these two helpers helps:

import {toJSON, fromJSON} from '@rtyughnnpm/repellendus-atque-laborum';

class RecursiveMap extends Map {
  static fromJSON(any) {
    return new this(fromJSON(any));
  }
  toJSON() {
    return toJSON([...this.entries()]);
  }
}

const recursive = new RecursiveMap;
const same = {};
same.same = same;
recursive.set('same', same);

const asString = JSON.stringify(recursive);
const asMap = RecursiveMap.fromJSON(JSON.parse(asString));
asMap.get('same') === asMap.get('same').same;
// true

Flatted VS JSON

As it is for every other specialized format capable of serializing and deserializing circular data, you should never JSON.parse(Flatted.stringify(data)), and you should never Flatted.parse(JSON.stringify(data)).

The only way this could work is to Flatted.parse(Flatted.stringify(data)), as it is also for CircularJSON or any other, otherwise there's no granted data integrity.

Also please note this project serializes and deserializes only data compatible with JSON, so that sockets, or anything else with internal classes different from those allowed by JSON standard, won't be serialized and unserialized as expected.

New in V1: Exact same JSON API

  • Added a reviver parameter to .parse(string, reviver) and revive your own objects.
  • Added a replacer and a space parameter to .stringify(object, replacer, space) for feature parity with JSON signature.

Compatibility

All ECMAScript engines compatible with Map, Set, Object.keys, and Array.prototype.reduce will work, even if polyfilled.

How does it work ?

While stringifying, all Objects, including Arrays, and strings, are flattened out and replaced as unique index. *

Once parsed, all indexes will be replaced through the flattened collection.

* represented as string to avoid conflicts with numbers

// logic example
var a = [{one: 1}, {two: '2'}];
a[0].a = a;
// a is the main object, will be at index '0'
// {one: 1} is the second object, index '1'
// {two: '2'} the third, in '2', and it has a string
// which will be found at index '3'

Flatted.stringify(a);
// [["1","2"],{"one":1,"a":"0"},{"two":"3"},"2"]
// a[one,two]    {one: 1, a}    {two: '2'}  '2'
class-validatorsymbolvalueES8spinnervalidlimitedkarmapackage.jsonES2016setterdotenvWebSocketsRFC-6455estreetypeprototypeReactiveExtensionsfast-clonestylesheetrangeerrornamesuperagent$.extendeslintconfigfast-deep-clonepromisesbreakconcatmimetypeses-shimscssauthenticationbyteerrorInt32ArrayObjectwatcherObject.definePropertyguidoptioncompilerresolveArray.prototype.flatMapequalequalityfind-upStreamsviewTypedArraySetcompile lessUint16ArrayexetapemonorepoinputcallartString.prototype.trimjson-schema-validationdirectoryformeslintSymboleverypasswordstringifierObject.getPrototypeOfnativeArray.prototype.filterRegExp.prototype.flagsextensionbrowserslistassigndiffutilitieslessES5jsdomshelltoolsdebugmodulesgenericscoreeslint-pluginobjwatchFilenodejschildfantasy-landnested cssES3Object.isgdprqueueMicrotaskmatchcollection.es6vestsomejsones-abstractinferencemkdirscss-in-jslimitreal-timedeepairbnbinstallersettingslanguageurlstscloneArray.prototype.flatflatMaprequireprivateObject.assignregexfunctionsstreams2signaltextJSON-SchemafpECMAScript 2019cachereadablestreamargumentsbcryptassertscolourhandlersconnectoutputcallboundjsxlookutilityautoprefixercheckAsyncIteratortranspilerECMAScript 2018metadataincludesES2019Symbol.toStringTagpluginratelimitmakesanitizexdg-openpreprocessorESjoilaunchconfigurablebannervalidationweakmapfile systemWebSocketMapeditorefficientPushbatchformatcss lesssortedwaitlinewrapfsMicrosoftenvnopestartreact posepromiseonceworkereventsstringifyFunction.prototype.namestylingpersistentauthquerystringinstalli18nmacosoptimistzodfastclonefullwidthes8visualharmonyiereducerconsumeObservabledom-testing-libraryinspecttoStringTagfull-widthopensloggerprogressbootstrap cssthroatreduceformsfastcopyinterruptsfindwordwrapconfigtypanionxssyamlwhatwgfastsigintexitflagsregexptypescriptArrayBufferfunctionbluebirdtypescollectionpatchStreamarktypesigtermfulllint0slotfast-deep-copyavaemitcjkECMAScript 6queryjsbuffersextralogenumerablepipeelectronfixed-widthgradients css3hashqueueString.prototype.matchAllecmascriptredux-toolkitreduxpushECMAScript 2017ArrayBuffer#sliceboundtostringtagbyteOffsetttycallbackES7higher-orderflattentakeURLSearchParamsapolloreact-hook-formargparseflatsetImmediatecorsmodulegetPrototypeOfpackagescallbindxhrpostcssUint32Arraybrowserbundlerexpressgrouptc39flagtypesafesyntaxerrorstyled-componentsArrayBuffer.prototype.slicewalkingBigInt64Arrayredactdescriptorextendgetintrinsices2016ECMAScript 3ES2017watchingdeletewatchtestparseprotocol-buffersWeakMapassertiontoSortedstringdescriptorssharedarraybufferStyleSheeterror-handlingponyfilltranspilestablefetchidleprivate databusymomentRegExp#flagspreserve-symlinkscall-bindformatting.envtypedprocesssortwriteRxJSECMAScript 5east-asian-widthreact-testing-libraryopenramdatypedarrayschinesehasArray.prototype.findLastIndexcurlcharactersiterationremovepackage managerhardlinkscore-jsinternal slotasyncvalidatewindowsajaxcryptdeepcopyECMAScript 2020argumentUnderscoreregular expressionmergeBigUint64ArrayfindLastES2023encryptionUint8ClampedArrayES2015RxxdgECMAScript 2015mkdirsymlinksaccessorsignalses7performancejapaneseexeclistenersfromECMAScript 7trimLeftnamesindicatorgetOwnPropertyDescriptorhasOwnloadingtouchentriesdebuggercolumnswritabletoArraydataviewpackagetrimStartassertargstapnumbermkdirpcharacterexit-codeObject.valuesglobtrimEndcurriedsideframeworkthreeenvironmentlruoffset[[Prototype]]arrayaccessibilitybufferreaddayjswalkstreamcensordomsequenceprettylazyspecapiconcatMappyyamlargvvalidatorjasminesameValueZeroweaksetnodeterminaltelephoneasciiobjectunicodetraverseReflect.getPrototypeOftoobjectcmdpureInt16Array256postcss-pluginrecursive3dspawncryptodeepclonetestersetimmutablevariables in cssletsyntaxruntimeirqes6ismobileuuidprefixArray.prototype.includesserializejson-schemadropdeep-copyiddataViewmime-dbReactiveXexecutableworkspace:*wrapcall-boundmatchesmoveiteratezeroPromiseYAMLsafeutila11yarraybufferdragpropertytypeofwhichfastifyprotoECMAScript 2021requestkeypathrgbrapidlockfilestructuredCloneFloat32Arrayes2017coerciblehttpsdefinePropertyjestscheme-validationcompareES2020ESnextbrowserlistjsonpathtaskvaruninstallstreamsECMAScript 2022variablesmulti-packagestatusjavascriptgetclischemapoint-free@@toStringTagomithookformhookspopmotioneslintpluginbundling__proto__dirduplexutilsfilterwebcreatecontainsappsymlinktslibphonetyped arraycolumnInt8ArraythrottleObservablesansisliceparsercss nestingescapefindupECMAScript 2023starterjQuerywgetcommanderObject.fromEntriespolyfillvaluestoolkitreadableObject.entriesqscircularisConcatSpreadablextermWeakSetposehttplook-upsuperstructfoldergetterframertddbyteLengthkoreanHyBiemojireuseastFloat64Arraycode pointsObject.keystermlinktacitES2022databindshebangCSSCSSStyleDeclarationJSONregularjsonschema_.extendsearchparentawesomesaucerandomesparentsinternalintrinsicfiledefinedefaultnegative zeroperformantserializationstatelessloggingutil.inspectspeedwarningregular expressionsuser-streamsjwtsanitizationiteratoropenermatchAll
1.0.0

14 days ago