Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unlocking JSON functions from cjson/utils/json.ts #15

Closed
SubhenduShekhar opened this issue Jun 5, 2023 · 0 comments · Fixed by #17 or #39
Closed

Unlocking JSON functions from cjson/utils/json.ts #15

SubhenduShekhar opened this issue Jun 5, 2023 · 0 comments · Fixed by #17 or #39
Assignees
Labels
Java Supports Java npm Supports nodejs Python Supports python
Milestone

Comments

@SubhenduShekhar
Copy link
Owner

SubhenduShekhar commented Jun 5, 2023

User should be able to access json.ts functions using below path:

import { Cjson } from 'coded-json';
new Cjson(json/file/path).json.functionName();

For native functions, use:

new Cjson(json/file/path).functionName();
SubhenduShekhar pushed a commit that referenced this issue Jun 5, 2023
SubhenduShekhar added a commit that referenced this issue Jun 5, 2023
Co-authored-by: Gupta <shubhendushekhar.gupta@delta.com>
@SubhenduShekhar SubhenduShekhar self-assigned this Jun 20, 2023
@SubhenduShekhar SubhenduShekhar added Java Supports Java Python Supports python npm Supports nodejs labels Jun 20, 2023
@SubhenduShekhar SubhenduShekhar added this to the Json Imports milestone Jun 20, 2023
SubhenduShekhar pushed a commit that referenced this issue Jun 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Java Supports Java npm Supports nodejs Python Supports python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant