1.0.2 • Published 3 years ago

@courela/just v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

JUST.Node

Port of https://github.com/WorkMaze/JUST.net

Tranformer and input should be a string with valid JSON.

Context is an object that have a property 'evaluationMode'. If not provided, or if provided without an 'evaluationMode', one will be added with 'fallbackToDefault' as default. 'evaluationMode' can be a string or an array of strings. Possible values are:

  • fallbackToDefault
  • strict
  • addOrReplaceProperties
  • joinArrays

var result = new JsonTransformer({ evaluationMode: [ 'strict' ]}).transform(transformer, input);

Differences

For loop over properties, properties cannot be string numbers, it will be converted automatically to numbers.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.7-beta

3 years ago

0.0.6-beta

3 years ago

0.0.5-beta

3 years ago

0.0.4-beta

3 years ago

0.0.3-beta

3 years ago

0.0.2-beta

3 years ago

0.0.1-beta

3 years ago