0.5.8 • Published 4 years ago

@agen/json v0.5.8

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

@agen/json

This package contains the following functions:

  • jsonFromArrays: transforms arrays to JSON objects; the first array is used as a definition of field names; It can be used to transform CSV files to objects.
  • jsonFromStrings: deserializes sequence of strings to JSON objects; it peforms the inverse operation for the jsonToStrings method.
  • jsonToArrays: transforms JSON objects to arrays
  • jsonToGeojson: transforms simple JSON objects to GeoJSON format; uses defined latitude/longitude fields to define geographical position
  • jsonToStrings: serializes JSON objects as strings; it peforms the inverse operation for the jsonFromStrings method
0.5.8

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago