# How to read .json file in dataframe without using Pandas.jl

**URL:** https://discourse.julialang.org/t/how-to-read-json-file-in-dataframe-without-using-pandas-jl/85276
**Category:** General Usage
**Tags:** json, dataframes
**Created:** [August 4, 2022, 3:09am UTC](https://discourse.julialang.org/t/how-to-read-json-file-in-dataframe-without-using-pandas-jl/85276 "2022-08-04T03:09:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Starpower\_Power](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/starpower_power/32/38282_2.png) [@Starpower\_Power](https://discourse.julialang.org/u/Starpower_Power)
#### Post date: [August 4, 2022, 3:09am UTC](https://discourse.julialang.org/t/how-to-read-json-file-in-dataframe-without-using-pandas-jl/85276/1 "2022-08-04T03:09:13Z")

</div>

how to read .json file in dataframe without using Pandas.jl, because using both package there will conflict error.

---

<div class="post-metadata">

### Author: ![jling](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jling/32/212909_2.png) [@jling](https://discourse.julialang.org/u/jling)
#### Post date: [August 4, 2022, 3:36am UTC](https://discourse.julialang.org/t/how-to-read-json-file-in-dataframe-without-using-pandas-jl/85276/2 "2022-08-04T03:36:38Z")

</div>

JSON3.jl + DataFrames.jl
