# Load json into DB

**URL:** https://community.neo4j.com/t/load-json-into-db/10939
**Category:** Procedures & APOC
**Tags:** apoc
**Created:** [October 11, 2019, 6:33pm UTC](https://community.neo4j.com/t/load-json-into-db/10939 "2019-10-11T18:33:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![raj.neo4j](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/raj.neo4j/32/4708_2.png) [@raj.neo4j](https://community.neo4j.com/u/raj.neo4j)
#### Post date: [October 11, 2019, 6:33pm UTC](https://community.neo4j.com/t/load-json-into-db/10939/1 "2019-10-11T18:33:34Z")

</div>

Hi,

Just need some pointers on load json file into db.

I have a requirement that receieve a json file, then read and process it in db.

number of lines in json would be ~1200 lines..

---

<div class="post-metadata">

### Author: ![paulare](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/paulare/32/8304_2.png) [@paulare](https://community.neo4j.com/u/paulare)
#### Post date: [December 26, 2019, 8:19pm UTC](https://community.neo4j.com/t/load-json-into-db/10939/2 "2019-12-26T20:19:07Z")

</div>

Hi, what pointers do you need?

Check **apoc.load.json** documentation, it has good examples:  
[https://neo4j.com/docs/labs/apoc/current/import/load-json/](https://neo4j.com/docs/labs/apoc/current/import/load-json/)
