Hong commited on
Commit
20bc7c3
1 Parent(s): a12c415

Upload mbti_map.json

Browse files
Files changed (1) hide show
  1. mbti_map.json +58 -0
mbti_map.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "E_I": {
3
+ "E": [
4
+ "extrovert",
5
+ "expression",
6
+ "outside",
7
+ "together"
8
+ ],
9
+ "I": [
10
+ "introvert",
11
+ "indirect",
12
+ "Concerns",
13
+ "alone"
14
+ ]
15
+ },
16
+ "N_S": {
17
+ "N": [
18
+ "intuition",
19
+ "ideal",
20
+ "theoretical",
21
+ "prediction"
22
+ ],
23
+ "S": [
24
+ "sensing",
25
+ "realistic",
26
+ "useful",
27
+ "implimentation"
28
+ ]
29
+ },
30
+ "T_F": {
31
+ "T": [
32
+ "thinking",
33
+ "logical",
34
+ "factful",
35
+ "objective"
36
+ ],
37
+ "F": [
38
+ "feeling",
39
+ "relationship",
40
+ "value",
41
+ "sympathy"
42
+ ]
43
+ },
44
+ "P_J": {
45
+ "P": [
46
+ "perceiving",
47
+ "elasticity",
48
+ "autonomy",
49
+ "indiscriminate"
50
+ ],
51
+ "J": [
52
+ "judging",
53
+ "planning",
54
+ "objective",
55
+ "systematic"
56
+ ]
57
+ }
58
+ }