https://github.com/jacklehamster/obj-assembler
Code for assembling an object from a JSON with external references.
https://github.com/jacklehamster/obj-assembler
circular-reference composition json
Last synced: 6 months ago
JSON representation
Code for assembling an object from a JSON with external references.
- Host: GitHub
- URL: https://github.com/jacklehamster/obj-assembler
- Owner: jacklehamster
- Created: 2022-09-08T04:40:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T19:24:14.000Z (over 2 years ago)
- Last Synced: 2025-02-06T15:46:07.215Z (about 1 year ago)
- Topics: circular-reference, composition, json
- Language: TypeScript
- Homepage: https://jacklehamster.github.io/obj-assembler/
- Size: 6.45 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# dok-lib
> Made with create-react-library
[](https://www.npmjs.com/package/dok-lib) [](https://standardjs.com)
## Install
```bash
npm install --save dok-lib
```
## Usage
```tsx
import React, { Component } from 'react'
import MyComponent from 'dok-lib'
import 'dok-lib/dist/index.css'
class Example extends Component {
render() {
return
}
}
```
## License
MIT © [jacklehamster](https://github.com/jacklehamster)