Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@coder11
Copy link
Contributor

@coder11 coder11 commented Oct 26, 2022

No description provided.

@coder11 coder11 requested review from DieMyst and folex October 26, 2022 11:23
@linear
Copy link

linear bot commented Oct 26, 2022

DXJ-144 Implement json builtins

service JSON("json"):
  obj(k1: string, v1: any, k2: string, k2: any, ...) -> any
  put(obj: any, k1: string, v1: any) -> any
  puts(obj: any, k1: string, v1: any, k2: string, k2: any, ...) -> any
  stringify(obj: any) -> string
  parse(str: string) -> any

Rust implementation is here https://github.com/fluencelabs/rust-peer/pull/1338/files#diff-167b7c4910a91be121fdec546fb3ac65cc6d94190a192e1f4f2259d9c01d2377

@github-actions
Copy link

github-actions bot commented Oct 26, 2022

FluenceJS version is 0.26.3-dxj-144-json-1dc4abd-65-1

To install it run:

npm login --registry https://npm.fluence.dev
npm i -E @fluencelabs/fluence@0.26.3-dxj-144-json-1dc4abd-65-1 --registry=https://npm.fluence.dev

@github-actions
Copy link

github-actions bot commented Oct 26, 2022

Aqua version is v0.0.1-dxj-144-json-1dc4abd-65-1.0

To install it run:

npm login --registry https://npm.fluence.dev
npm i @fluencelabs/aqua@=v0.0.1-dxj-144-json-1dc4abd-65-1.0 --registry=https://npm.fluence.dev

@coder11 coder11 merged commit 3ef88d9 into master Oct 26, 2022
@coder11 coder11 deleted the dxj-144-json branch October 26, 2022 13:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants